sets the date for the current-time marker in the Limit extension (enabled by the configuration - mark_now)
scheduler.config.now_date = new Date(2010, 7, 5);
...
scheduler.init('scheduler_here', new Date(2010, 7, 5), "week");
The property requires the limit plugin to be enabled.
The option is applicable to the Limit extension only.