August 22, 2005 at 2:05 pm
Is there any way to change dates from example 1/9/1959 to 19590109? Thanks very much for any help!
August 22, 2005 at 2:14 pm
Where is the data coming from?
Have you check at the presentation options of the datetime field in the forms?
August 22, 2005 at 2:15 pm
I would research FORMAT() and you will need to CONCATENATE the field parts possibly. Something like FORMAT(YYYYMMDD, ColumnDate)
Good Hunting!
AJ Ahrens
webmaster@kritter.net
August 22, 2005 at 3:23 pm
I was able to get the results I needed by using
format(date_of_birth, "YYYYMMDDhhmmss")
Thanks for the help!
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply