search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

change schedular time format

Asked by Roiy
16 years ago.

Hi

How can i change the time format to look like in the- demo/Scheduler/Day.aspx

12AM ,1AM instead of 0,1

Thanks

Roiy

Comment posted by Dan Letecky
16 years ago.
There are two ways to do it:
  • Set TimeFormat="Clock12Hours". I just realized that there is a bug in 4.4 that doesn't append "AM" or "PM" in the second row of the header (in the first line it's working fine). It's fixed now and the fix will be included in 4.5.
  • Change the text manually by handing BeforeTimeHeaderRender and modifying e.InnerHTML.
This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.