From: Loic Baron Date: Wed, 14 May 2014 13:49:25 +0000 (+0200) Subject: Scheduler plugin: changing date add filters x>date xdate x']); + manifold.raise_event(scheduler2Instance.options.query_lease_uuid, FILTER_REMOVED, ['start_time', '<']); + + // Add new date interval + manifold.raise_event(scheduler2Instance.options.query_lease_uuid, FILTER_ADDED, ['start_time', '>', SchedulerDateSelected.getTime()/1000]); + manifold.raise_event(scheduler2Instance.options.query_lease_uuid, FILTER_ADDED, ['start_time', '<', tomorrow.getTime()/1000]); } else { alert("Please select a date, so the scheduler can reserve leases."); }