Hi,
I have a date field stored as an INT and need to convert to a date format
mm/dd/yyyy. I'm having trouble determining what the starting date is.
min(date) = 730395
max(date) = 733189
Starting at 01/01/1900, 730395 would make the min year 3901?
Thanks for any help.
I have a date field stored as an INT and need to convert to a date format
mm/dd/yyyy. I'm having trouble determining what the starting date is.
min(date) = 730395
max(date) = 733189
Starting at 01/01/1900, 730395 would make the min year 3901?
Thanks for any help.
Comment