default Week Start
The default first day of the week for week-based operations.
This affects operations like at startOf week and at endOf week.
Verdandi.configure {
defaultWeekStart = WeekStart.Sunday // US style
}Content copied to clipboard
If null, the system locale's first day of week will be used.