-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
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
current date problem after change locale #144
Comments
Hi @devAlikhani |
oh no you are fantastic, this date is correct, today is 1394/8/19 in Persian calendar |
OK. I'll figure out a way to fix this. |
as a Persian Developer, I really thank you |
Fixed. _calendar.identifier = NSCalendarIdentifierPersian; |
@devAlikhani I use this code line but my calendar is started from 1970,do you know why? |
I had this problem and I solved in this way: |
Hi
I have a question about locale format of date, I want to convert this calendar to Persian calendar( I mean Solar Hijri calendar) then I use localIdentifier in viewDidLoad Function like this:
calendar is translated to Persian very good, but current date is not converted to Persian date, stay at Gregorian date,
how can i translate or update current date to Persian?
The text was updated successfully, but these errors were encountered: