Categories | Question details Back To List | ||
Check if anybody create an event that ends before it starts Is it possible that (if you press Save in the lightbox) and you have an event thats ends before it starts, you get an (javascript) error? Answer posted by Alex (support) on Nov 17, 2009 08:14 Scheduler doesn't control date end. You can try to use the following approach to show error message when date is chosen incorrectly: var setter = scheduler.form_blocks.time.set_value; |