hour_date

sets the time format of Y-Axis. Also used in the default event and lighbox templates for setting the time part.

string hour_date;

Example

scheduler.config.hour_date = "%H:%i:%s";
...
scheduler.init('scheduler_here', new Date(2013, 7, 5), "week");


Default value:

"%H:%i"
Applicable views:Day View, Week View, Units View

Related samples

Details

See also
Back to top