Is there a function that converts a date into a format where the month is displayed with three letters like "Jan"
All supported Agile Requirements Design releases.
Use the string function to convert a date into the required format:
@string(03-02-1999,DDMMMYY)@
@string(19990203,DDMMMYY)@
The result for both of these dates is: 03Feb99