sikle
August 8th, 2002, 12:53 PM
Greetings (1st Post),
I have a report field that is DateTime such as "05/07/2002 12:00AM".
If I list this as a date field (General,yyyymmdd) in the Report, when I move to the Table I get a Null value. Assuming it can't parse this format.
I want to export the field as "yyyymmdd".
So, I'm forced to list it as a character datafield. I can split the Date from the Time with LSplit, but can't figure out a way to convert the resulting character field to a date field.
Any ideas on how to deal with DateTime fields ?
Thanks,
CPK
I have a report field that is DateTime such as "05/07/2002 12:00AM".
If I list this as a date field (General,yyyymmdd) in the Report, when I move to the Table I get a Null value. Assuming it can't parse this format.
I want to export the field as "yyyymmdd".
So, I'm forced to list it as a character datafield. I can split the Date from the Time with LSplit, but can't figure out a way to convert the resulting character field to a date field.
Any ideas on how to deal with DateTime fields ?
Thanks,
CPK