Hi,
I've got a field in textformat with a date that looks like this: 2005-01-03 22:43:19.65
Now I need to move this field to another field in date format. So far I tried to use IsDate() that gives 31/12/1899 and CVDate() which returns empty. I need the format displayed by IsDate() but I need the correct one ofcourse :)
Greetz
Twanne
I've got a field in textformat with a date that looks like this: 2005-01-03 22:43:19.65
Now I need to move this field to another field in date format. So far I tried to use IsDate() that gives 31/12/1899 and CVDate() which returns empty. I need the format displayed by IsDate() but I need the correct one ofcourse :)
Greetz
Twanne
Comment