Can someone help me format my datetime field to be MM/dd/yyyy? and then to make a parameter for that field that is not datetime, but the same format of MM/dd/yyyy?
I am using CRW 8.5
I tried
ToText( {ILLM_DRT.PROD_DATE},"MM/dd/yyyy" )
and also tried
ToText (date({ILLM_DRT.PROD_DATE}),"MM/dd/yyyy" )
Neither worked
When I use the menu option to "format field", my parameter is still a datetime field.
TIA
Micky
I am using CRW 8.5
I tried
ToText( {ILLM_DRT.PROD_DATE},"MM/dd/yyyy" )
and also tried
ToText (date({ILLM_DRT.PROD_DATE}),"MM/dd/yyyy" )
Neither worked
When I use the menu option to "format field", my parameter is still a datetime field.
TIA
Micky