getWeekdaysShort
Returns an array containing the 3-letter abbreviated names of the weekdays in the current locale.
Presentation
function getWeekdaysShort (localOrder: boolean = true): string[];
Returns
string[]
-An array containing the 3-letter abbreviated names of the weekdays.
Parameters
Name | Type | Description |
---|---|---|
localOrder | boolean | @param localOrder Whether to return the weekdays in the order dictated by the current locale. It defaults to true. |