We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
when I select for example January 11th, in shouldSelectDate, the date returned is 2017-03-10 23:00:00 +0000
installed via Cocoapods, Xcode 8, FSCalendar 2.7.3
The text was updated successfully, but these errors were encountered:
Just a format issue. Please stringify the date with DateFormatter for swift or NSDateFormatter for OC.
DateFormatter
NSDateFormatter
Sorry, something went wrong.
No branches or pull requests
Hello,
when I select for example January 11th, in shouldSelectDate, the date returned is 2017-03-10 23:00:00 +0000
installed via Cocoapods, Xcode 8, FSCalendar 2.7.3
The text was updated successfully, but these errors were encountered: