In [Line 99](https://github.com/VitaliiBlagodir/cordova-plugin-datepicker/blob/master/src/android/DatePickerPlugin.java#L99), change [`is24HourView`](http://developer.android.com/reference/android/app/TimePickerDialog.html#TimePickerDialog%28android.content.Context, int, android.app.TimePickerDialog.OnTimeSetListener, int, int, boolean%29) argument value to: - `jsonDate.is24Hour` only if it was specified explicitly (no `false` default value) - otherwise [`DateFormat.is24HourFormat()`](http://developer.android.com/reference/android/text/format/DateFormat.html#is24HourFormat%28android.content.Context%29) reflecting system/locale setting