jifalops / datetime_picker_formfield

A Flutter widget that wraps a TextFormField and integrates the date and/or time picker dialogs.
MIT License
186 stars 101 forks source link

Arabic locale time issue #118

Open Xellly opened 3 years ago

Xellly commented 3 years ago

Hello,

I changed my application to Arabic and had an issue with the DateFormat("dd-MM-yyyy hh:mm-a"), it always puts the Arabic letter instead of AM or PM, even when locale is set to English in the widget. This is causing me issues as DateTime apparently can't deal with it and results in an exception.

Edit: This happens to whatever the language the phone has, had it happen with Chinese despite my app only supporting English and Arabic.

adham-ashraf77 commented 2 years ago

any solution ?

Xellly commented 2 years ago

any solution ?

I made it a string and replaced PM and AM manually