Realank / flutter_datetime_picker

a date time picker in flutter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I want to change the design of Date Picker format from YYYY MM DD to MM DD YYYY.?

marslannasr7koncepts opened this issue · comments

Is it Possible to do so or not..?

And also want to hide seconds Option on UI format when showing time picker dialog and also AM / PM User selection also require to ask..?

I am not able to check any option for that.?

To Hide the seconds option on the UI you use this as the options for DatePicker.showTimePicker

showSecondsColumn: false