GaspardMerten / date_field

Flutter DateField and DateFormField
Other
45 stars 32 forks source link

Input mode always uses 'mm/dd/yyyy' format #12

Closed divan closed 3 years ago

divan commented 3 years ago

When using DateTimeFormField with format option (format: new DateFormat('dd/MM/yyyy')), the input mode still uses default US locale formatting:

Screenshot 2021-04-02 at 20 01 26
GaspardMerten commented 3 years ago

Hello, again @divan,

Sadly the material date picker dialogue does not allow to specify a custom date format.

Maybe create a PR on the Flutter repo for that matter!