Lucee Function Reference
dayofweekshortasstring()
Returns the string representation of the given day index in short form
Beispiel
dayofweekshortasstring(number day_of_week,[locale locale]):string
Argumente
Die Argumente für diese Funktion sind fest vorgegeben. Ausser den nachfolgenden Argumenten dürfen keine weiteren verwendet werden.
Name | Typ | Required | Beschreibung |
---|---|---|---|
day_of_week | number | Yes | Integer, in the range 1 (Sunday) - 7 (Saturday). |
locale | locale | No | Locale to use instead of the locale of the page when processing the function |