Realank / flutter_datetime_picker

a date time picker in flutter
MIT License
617 stars 727 forks source link

persian(fa) locale #141

Closed MojtabaTavakkoli closed 4 years ago

MojtabaTavakkoli commented 4 years ago

Persian (fa) locale loads correctly but the time it shows isn't correct. It's about 80 days fast but the week days are correct. and also the year is still en.

Realank commented 4 years ago

Mounth list is wrong in current version, I've fixed, here is month list below for January to December: 'دی', 'بهمن', 'اسفند', 'فروردین', 'اردیبهشت', 'خرداد', 'تیر', 'مرداد', 'شهریور', 'مهر', 'آبان', 'آذر',

MojtabaTavakkoli commented 4 years ago

Thank you a lot for your respond and great work. <3

But sadly the days are now incorrect. The fact is that months of the Gregorian and Jalali calendar aren't exactly fit to each other. For example January starts from "11 دی" to "11 بهمن". Therefore I provided a list of the converting calendars formula. That would be much appreciate if you could fix it again. (EN) to (FA): image

And this is the reverse (FA) to (EN): image

And here is the Excel file, if it can help boosting your work. Jalali_to_Gregorian.xlsx

Thank you again.