PeteC / DSLCalendarView

Simple calendar view for iOS
347 stars 82 forks source link

Change start day of week in calendar #22

Closed hemangshah closed 7 years ago

hemangshah commented 10 years ago

Right now, we're getting days as Sun Mon Tues Wed Thu Fri Sat... Can I set day to start with Mon.. So the calendar will be displayed like, Mon Tue Wed Thu Fri Sat Sun..? Is it possible?

EvgenyKarkan commented 10 years ago

If I am not mistaken - the start day of week depends on user's locale. So you should not do it manually.

hemangshah commented 10 years ago

However, we can't set it manually? As its custom calendar, so we can do that, I think.

EvgenyKarkan commented 10 years ago

Maybe. Unfortunately I did not have much time to deal with all DSLCalendar API's. Very interesting to hear the repo author's response :)

hemangshah commented 10 years ago

yeah :)

hemangshah commented 10 years ago

@PeteC, have you provided this in your library? Or there's some way I can change this? Let me know, if there's an option.

a1exb1 commented 10 years ago

please let me know if this is possible, i am in very big need of this feature