MonthShortAsString()
Returns the string label for the given month in short format.
MonthShortAsString( monthNumber=number, locale=locale );
Returns: String
Examples
dump(monthShortAsString(1)); // Jan
dump(monthShortAsString(12)); // Dec
See also
- Date and time
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)