July 13, 2006 at 5:59 pm
We bought some data and they have the date as an int.
How can I convert it into a datetime field?
July 13, 2006 at 6:22 pm
Is it a genuine day-series integer, where +100 means +100 days, or is it integer storage of concatenated values, e.g. 20053101? If it looks like dates it is the latter.
Tim Wilkinson
"If it doesn't work in practice, you're using the wrong theory"
- Immanuel Kant
July 14, 2006 at 12:54 am
Can you put examples here
My Blog:
July 14, 2006 at 7:52 am
Could be a UNIX timestamp
July 16, 2006 at 2:51 pm
SG,
We can help but we need to see some examples of the dates... as you can see from the posts above, there are a lot of possibilities...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 17, 2006 at 7:14 pm
... of course, there are no possibilities when you don't respond to the people trying to help.
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply