Difference between revisions of "CalendarView.WeekHeaderTextFormat"
From Jeremie Leroy - XOJO Controls Wiki
m (1 revision) |
|||
Line 7: | Line 7: | ||
| readonly=no | | readonly=no | ||
}} | }} | ||
+ | |||
+ | |||
+ | Date format to display over each day in Week and Day view.This string property takes the same format parameters as the PHP Date function:http://php.net/manual/en/function.date.phpIf a character needs to be escaped, a backslash "\" can be used.==Examples==<rbcode>//Tuesday 08, Februaryme.WeekHeaderTextFormat = "l d, F"//Feb. 8me.WeekHeaderTextFormat = "M. j"</rbcode> |
Revision as of 21:59, 29 April 2012
Property (As String)
Date format to display over each day in Week and Day view.This string property takes the same format parameters as the PHP Date function:http://php.net/manual/en/function.date.phpIf a character needs to be escaped, a backslash "\" can be used.==Examples==<rbcode>//Tuesday 08, Februaryme.WeekHeaderTextFormat = "l d, F"//Feb. 8me.WeekHeaderTextFormat = "M. j"</rbcode>