ipraba / EPCalendarPicker

Colourful calendar for iOS written in Swift
MIT License
347 stars 73 forks source link

Wrong count of days in month #10

Open TAIIOK opened 8 years ago

TAIIOK commented 8 years ago

I disabled gray color to show this ) My region: country Russia and city Volgograd

simulator screen shot 27 2016 16 33 20

iFede94 commented 8 years ago

I have the same issues and if I print the date I selected, it always prints the day before the one I selected and the hour is always 11.00 PM. My country is Italy.

TAIIOK commented 8 years ago

Its fix very easy)) add one day to ruturn date or add day while you init cell time 11.00 pm because its return from method

TAIIOK commented 8 years ago

i find solution to fix this )

ipraba commented 8 years ago

@TAIIOK It would be really helpful and a ton of thanks to you if you can create a pull request for this :]

TAIIOK commented 8 years ago

@ipraba i create pull )