getLocaleFirstDayOfWeek
function
deprecatedsince v18
Retrieves the first day of the week for the given locale.
Deprecation warning
Jump to details
Retrieves the first day of the week for the given locale.
Deprecation warning
Angular recommends relying on the Intl
API for i18n. Intl's getWeekInfo
has partial support (Chromium M99 & Safari 17). You may want to rely on the following alternatives:
Retrieves the first day of the week for the given locale.
Angular recommends relying on the Intl
API for i18n. Intl's getWeekInfo
has partial support (Chromium M99 & Safari 17). You may want to rely on the following alternatives:
string
A locale code for the locale format rules to use.
WeekDay