VitaliiBlagodir / cordova-plugin-datepicker

MIT License
318 stars 350 forks source link

24hours timepicker #47

Open Cinezaster opened 9 years ago

Cinezaster commented 9 years ago

I already tried to change the last parameter on new TimePickerDialog (line 102 and 103) in the android source of DatePickerPlugin.java final TimePickerDialog timeDialog = new TimePickerDialog(currentCtx, timeSetListener, mHour, mMinutes, true); But it didn't change in my app.

tmaximini commented 9 years ago

I would also be interested in how to change time format.

ghost commented 9 years ago

Is there any solution yet? I have the same problem.