Glow-Inc / GLCalendarView

A fully customizable calendar view acting as a date range picker
MIT License
855 stars 106 forks source link

Change calendar locale #24

Open acubillo opened 8 years ago

acubillo commented 8 years ago

Hello,

This is an awesome library!! I was wondering if you are able to allow the GLCalendarView to set a custom locale for its NSCalendar variable (which is readonly)?

Currently, it is using the currentLocale from the device. Which is not possible to override.

Thanks!

ltebean commented 8 years ago

You can access the global calendar by [GLDateUtils calendar]