Hossein Ahmadi
Hossein Ahmadi

Reputation: 849

Ionic 2 Datetime Change Date Region

I want to use Ionic 2 Datetime component in my application But my problem is the target date format is not gregorian and it's Jalali(persian) date format. So I wondering that if any way to change the region of datetime. I wrote a service for change gregorian date to jalali but I don't know that is it possible to change datetime to work with this or not.

Upvotes: 0

Views: 576

Answers (1)

nyluje
nyluje

Reputation: 3783

Have a look at the library moment js, it seems to have a plugin with the calendar kind you look for, see here. And for the display of the picker, maybe if you use the native datepicker plugin, you'll have a correct display of your calendar (assuming those are managed by android or ios).

Upvotes: 0

Related Questions