Hello All,
Can i read the exact value of displayed time in timepicker control?
For example : my Time is of format "182332" , the time picker control displays as 6:23 PM -> this is because of my Locale & format specified in XML declaration.
Now, i want to read the exact displayed format ie..6:23PM . If i try this.getView().byId("timeData").getValue() it shows "182332". But i want as it is displayed in control.