View Single Post
  #7  
Old 08-18-2011, 10:12 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

That field is a unix_timestamp which is the number of seconds since January 1, 1970.

If I recall correctly you're using VB or something like that. I'm not sure what sort of time and date manipulation functions you have available, but one of these might help:

http://codeclimber.net.nz/archive/20...-datetime.aspx
http://www.colincochrane.com/post/20...-datetime.aspx

Last edited by lerxst2112; 08-18-2011 at 10:15 PM.. Reason: Added another link.
Reply With Quote