android - How to set Am/Pm? -


i using date picker plugin android application. got plugin link https://github.com/brodyspark/phonegap-plugins/tree/master/android/datepicker. can tell me how set meridian time picker?

you have change last parameter in timepickerdialog's constructor (which named is24hourview) true false. it's line 101:

final timepickerdialog timedialog = new timepickerdialog(currentctx, timesetlistener, mhour,       mminutes, true); 

should be

final timepickerdialog timedialog = new timepickerdialog(currentctx, timesetlistener, mhour,       mminutes, false); 

Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -