Default end date
-
When entering a new event both start and end date are set to Now(). Most events that I enter are a few hours on one day, so having to enter the same date in both start end end date boxes is a pain. It would be useful if the end date were initially left as NULL, and then on clicking in the box, if still NULL, set to the value in the start date, or set to Now() if the start date is still null. My jquery isn’t good enough to know whether that is possible.
Second best option would be: in the validation function, if end date is before start date, silently set end date = start date. Since I always enter events in the future, if I leave the end date as Now() then it will be automatically updated to match the start date on validation, unless a specific end date has been entered.
- The topic ‘Default end date’ is closed to new replies.