m3uzz / date_time_picker

A Flutter widget to show a text form field to display a date or clock dialog. This widget extend TextField and has a similar behavior as TextFormField.
https://pub.dartlang.org/packages/date_time_picker
Other
105 stars 158 forks source link

Fixed issues returning datetime value from DateTimePickerDialog #63

Open paulcappadona opened 2 years ago

paulcappadona commented 2 years ago

In the case we had a PM time, sValue would only be set with the 12 hour format value (ie 14:00 would be 2:00) The incorrect value could also be returned to the widget onChangedHandler as a result, with results passed back as yyyy-MM-dd hh:mm. This was resulting in incorrect values for any PM time (and 12AM).