Function: DayPicker()
DayPicker(
props):Element
Defined in: packages/ethiopic/src/ethiopic/index.tsx:30
Render the Ethiopic calendar.
Defaults:
locale:am-ET(Amharic) via an Intl-backed date-fns localenumerals:geez(Ethiopic digits)
Notes:
- Weekday names are taken from
Intl.DateTimeFormat(locale.code). - Month names are Amharic by default; they switch to Latin transliteration when
locale.codestarts withenor whennumeralsislatn. - Time tokens like
hh:mm aare formatted viaIntl.DateTimeFormatusing the providedlocale.
Parameters
| Parameter | Type |
|---|---|
props | DayPickerProps & { locale?: Locale; numerals?: Numerals | undefined; } |
Returns
Element