Returns the first three letters of the day of the week passed to the function
dayOfWeekShortAsString(day_of_week [, locale])
returns string
Name | Type | Required | Default | Description |
---|---|---|---|---|
day_of_week | numeric | Yes | Only values from 1 to 7 are valid. Week starting with 1 for Sunday and ends with 7 for Saturday. |
|
locale | string | No |
dayOfWeekShortAsString(1)
dayOfWeekShortAsString(1,"fr")