Ethiopic Calendar
DayPicker supports the Ethiopic calendar via a dedicated build.
Import DayPicker from react-day-picker/ethiopic to display Ethiopic months, weekdays, and numerals while keeping the usual DayPicker API.
import { DayPicker } from "react-day-picker/ethiopic";
Basic usage
By default, the locale is amET with Ge'ez numerals.
import { DayPicker } from "react-day-picker/ethiopic";
<DayPicker />;
Latin numerals
Switch to Latin numerals:
import { DayPicker } from "react-day-picker/ethiopic";
<DayPicker numerals="latn" />;