I have this formula to get a date:
ToText({PURP110B.EXREMB}, 0) + "/" + ToText({PURP100B.EXREDB}, 0) + "/" + ToText({PURP100B.EXREYB}, 0, '','' )
Th date is displayed on the report as : 1/8/2002
How can I have the date be displayed as : 1/8/02??
Thank you!
ToText({PURP110B.EXREMB}, 0) + "/" + ToText({PURP100B.EXREDB}, 0) + "/" + ToText({PURP100B.EXREYB}, 0, '','' )
Th date is displayed on the report as : 1/8/2002
How can I have the date be displayed as : 1/8/02??
Thank you!