DayOfWeekAsString()
Determines the day of the week as a string from 1-7.
DayOfWeekAsString( day_of_week=number, locale=locale );
Returns: String
Examples
writeOutput(dayOfWeekAsString(4));
See also
- Date and time
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)