ARD function for date format with the month as Jan Feb etc
search cancel

ARD function for date format with the month as Jan Feb etc

book

Article ID: 214434

calendar_today

Updated On:

Products

CA Agile Requirements Designer

Issue/Introduction

Is there a function that converts a date into a format where the month is displayed with three letters like "Jan"

Environment

All supported Agile Requirements Design releases.

 

Resolution

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