linkgetLocaleDayNames
npm Package | @angular/common |
---|---|
Module | import { getLocaleDayNames } from '@angular/common'; |
Source | common/src/i18n/locale_data_api.ts |
function getLocaleDayNames(locale: string, formStyle: FormStyle, width: TranslationWidth): string[];
linkDescription
Days of the week for the Gregorian calendar (e.g. [Sunday, Monday, ... Saturday]
for en-US).