Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ConfigureFormatDateAndTimeOptions

Index

Properties

monthNames

monthNames: string | string[] | FormateDateAndTimeResolver

The list of all month names (Has to be 12 entries or a valid resolver)

monthNamesAbbr

monthNamesAbbr: string | string[] | FormateDateAndTimeResolver

The list of all month abbreviations (Has to be 12 entries or a valid resolver)

weekDays

weekDays: string | string[] | FormateDateAndTimeResolver

The names of all week days, starting with monday (Has to be 7 entries or a valid resolver)

weekDaysAbbr

weekDaysAbbr: string | string[] | FormateDateAndTimeResolver

The names of all week days, starting with monday (Has to be 7 entries or a valid resolver)

Generated using TypeDoc