monthAsString

monthAsString(month_number) → returns string

Argument Reference

month_number numeric
Required

Examples
Sample code invoking the monthAsString function

getVal = monthAsString(11); 
 writeDump(getVal);

Expected Result: result is: November


Fork me on GitHub