[html] <input id="timepicker" data-role="ejmtimepicker" data-ej-focusin="focus" /> <script> function focus(args) { // For android(both tablet and mobile) and windows(Tablet only) if (ej.isAndroid() || (ej.isWindows && !ej.isLowerResolution())) //Changes the text of the dialog $("#timepicker_dialog").ejmDialog({ title: "customText" }) // For windows Mobile if (ej.isWindows() && ej.isLowerResolution()) //Changes the text of the flip page $(".e-m-tp-header").html("customText") } |
[html] <!--displays the time format in 24hour excluding AM/PM--> <input id="timepicker" data-role="ejmtimepicker" data-ej-hourformat="twentyfour" data-ej-focusin="focus" /> <!--displays the time format in 12hour with AM/PM--> <input id="Text1" data-role="ejmtimepicker" data-ej-hourformat="twelve" data-ej-focusin="focus" /> |
Currently we don’t have support for customizing seconds for TimePicker in our product. Hence, we consider that “seconds support for Mobile TimePicker ” as a feature request and a support incident has been created under your account to track the status of this requirement. Please log on to our support website to check for further updates.
https://www.syncfusion.com/account/login?ReturnUrl=/support/directtrac/incidents
We have also created the simple sample for first 2 queries. Refer to the sample in the following link
http://jsplayground.syncfusion.com/plrx4014
Regards,
Dhinesh R