now_date

sets the date for the current-time marker in the Limit extension (enabled by the configuration - mark_now)

Date now_date;

Example

scheduler.config.now_date = new Date(2010, 7, 5);
...
scheduler.init('scheduler_here', new Date(2010, 7, 5), "week");

Details

The property requires the limit plugin to be enabled.

The option is applicable to the Limit extension only.

See also
Back to top