Rank: Newbie Groups: Member
Joined: 7/26/2011 Posts: 5
|
Hi, I am using datePicker to show time only. I have set the PickerFormat as
I want to change the time clicking the PopUp image (As we do in case of Date). Is there any way to do it? Thanks, Samay
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
|
Rank: Newbie Groups: Member
Joined: 7/26/2011 Posts: 5
|
Thanks for the reply. The problem actually is, if I click on the Popup button next to the control, it opens the Popup Calendar which shows the monthly calendar. But i want it to show the time format.
As I have already mentioned, I want the datePicker to show time only. So after clicking on the Popup button, it should be open in time format (hh:mm tt) rather than the mm/dd/yyyy format, so that I can select time values such as "12:00 AM", "05: PM" etc.
Thanks, Samay
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
There is no popup for time. You would just enter time directly in the textbox. So you may wish to remove the popup button all together by setting PopupImageVisible to false.
Thanks!
|
Rank: Newbie Groups: Member
Joined: 7/26/2011 Posts: 5
|
Thanks!!
|