J
Joe Williams
I have a wacky SQL application that stores a transaction date as the number
of seconds since 1/1/1980. I am being told this is common for C++
programmers to store dates in this manner.
Unfortunately, I am not a C++ programmer and therefore I need to get the
date converted to the proper date/time.
Is there a function that i can use to convert the number of seconds since
1980 to a proper date/time format? I am looking for the function to return
something along the lines of 7/12/2004 11:30 PM
Thanks in advance!
- Joe
of seconds since 1/1/1980. I am being told this is common for C++
programmers to store dates in this manner.
Unfortunately, I am not a C++ programmer and therefore I need to get the
date converted to the proper date/time.
Is there a function that i can use to convert the number of seconds since
1980 to a proper date/time format? I am looking for the function to return
something along the lines of 7/12/2004 11:30 PM
Thanks in advance!
- Joe