-
Notifications
You must be signed in to change notification settings - Fork 104
First day of week #15
Comments
@vCrespoP Hi. For example, |
The question here is that the first column in your calendar is Sunday. But for some regions, weeks begin on Monday, so the fist column should be Monday for some states. |
..so can you expose the "fileprivate lazy var model: DateModel = .init()" so we can access the model.calendar .. or make a method to allow to set a custom calnder into the model? |
I support // first of week is monday
koyomi.week = ["MON", "TUE", "WED", "THU", "FRI", "SAT", "SUN", ] |
Hi, great library. But I can't change first day of week to Monday, it's still Sunday. How can I do that? Is there any method? |
Any way of setting another day to be the first of the week?
Thanks.
The text was updated successfully, but these errors were encountered: