getWeekdaysInitials
Returns an array containing the initials of the weekdays in the current locale.
Presentation
function getWeekdaysInitials (localOrder: boolean = true): string[];
Returns
string[]
-An array containing the initials 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. |