iamvivekkaushik/DatePickerTimelineFlutter

Persian(Jalali) Calendar

Opened this issue · 2 comments

Is it possible for you to add a Persian calendar option to it?
Example for a simple Persian calendar:
https://pub.dev/packages/persian_datepicker#-readme-tab-

I don't have much information about Persian calendar. If you want to change language you can do that by providing the locale.

No the language isn't the problem.
The only thing needed to be done is the conversion.
For example today(September 3rd 2019) => Aban 12th 1398, it's just simple math.
I could also provide you a convertor of the dates or you could help me create a function in your code for this purpose.