Is there a function that converts a date into a format where the month is displayed with three letters like "Jan"
Release : 3.0
Component : AGILE REQUIREMENTS DESIGNER AGILE CENTRAL INTEGRATION
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