cfdocs

monthShortAsString

Returns the first three letters of the given month

monthShortAsString(monthnumber)
returns string

Argument Reference

Name Type Required Default Description
monthnumber numeric Yes    

Script Syntax

Returns the string for the given month in short format. It supported in Lucee

getVal = monthShortAsString(3); 
 writeOutput(getVal);

Expected Result: Mar