Boyyoka
Results
1
comments of
Boyyoka
You can extend the dayjs object like so: ``` import dayjs from "dayjs"; dayjs.locale({ ... weekStart: 0, }); ```