Quote:
Originally Posted by Ihealyou
[You must be logged in to view images. Log in or Register.]
Unfortunately there's a problem with that since its an int instead of a date
From the wiki:
I couldn't find any more documentation on it, and unless its something like MMDDYYYYHHmm its probably pretty hard to figure out.
|
it sounds like it is a timestamp in the vein of "# of seconds since January 1, 1970" or something similar, in which case you could convert getdate() into seconds and then subtract that value and then calculate how long?