I have a number the is the number of seconds from 1/1/1970. Is there a
function in VB that will convert it to some thing more readable? some ting
similar to time_t in c++
"Rick Rothstein" <ri************@NOSPAMcomcast.net> wrote in message
news:FZ********************@comcast.com...
I have a number the is the number of seconds from 1/1/1970. Is there a function in VB that will convert it to some thing more readable? some
ting similar to time_t in c++
Use the DateAdd function to convert the number of seconds to a date.