Hi Paul,
If you're seeing this error, it probably means that this field is string.
See if this code works:
stringvar s := {date column};
totext(date(s), 'MMddyy');
-Abhilash
Hi Paul,
If you're seeing this error, it probably means that this field is string.
See if this code works:
stringvar s := {date column};
totext(date(s), 'MMddyy');
-Abhilash