GaspardMerten / date_field

Flutter DateField and DateFormField
Other
45 stars 32 forks source link

24 Hour Time Format #13

Closed alistairholmes closed 3 years ago

alistairholmes commented 3 years ago

Hi, thanks for the great plugin.

Wanted to find out if there's a way to convert the selected time to be in 24hr format? Like 16:00 instead of 4:00PM

GaspardMerten commented 3 years ago

You would need to chose the appropriate language settings to do so. It is not something that you can achieve with my package but with the MaterialApp widget or by switching the default language of your OS.