map_start

sets the date to start displaying events from

Date map_start;

Example

scheduler.config.map_start = new Date(2012, 7, 1);
scheduler.config.map_end = new Date(2014, 7, 1);
...
scheduler.init('scheduler_here', new Date(2013, 0, 10), "map");


Default value:

the current user's date
Applicable views:Map View

Related samples

Details

The property requires the map_view plugin to be activated.

See also
Back to top