NewToThis2
Technical User
CR V9 I have the following formula in my report header:
ToText (Minimum ({PRTIME.PER_END_DATE})) + " To " + ToText (Maximum ({PRTIME.PER_END_DATE}))
which prints the result:
12/4/2004 12:00:00AM To 12/18/2004 12:00:00AM
I do not want the TIME printed in the result. I only want the DATES. Could someone possibly tell me how to modify my formula? Thanks!
ToText (Minimum ({PRTIME.PER_END_DATE})) + " To " + ToText (Maximum ({PRTIME.PER_END_DATE}))
which prints the result:
12/4/2004 12:00:00AM To 12/18/2004 12:00:00AM
I do not want the TIME printed in the result. I only want the DATES. Could someone possibly tell me how to modify my formula? Thanks!