• I am only using start date and start time right now for my events.

    I noticed that when you choose the start date the end date will default to that same date also.

    However, with time it does not do this. So, for example if I choose 5PM for the start time, it will not save to the database if the end time is set before this (which is default to the current time).

    I would like it so that the time acts the same to the date.

    Possible?

    https://wordpress.org/plugins/event-organiser/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Stephen Harris

    (@stephenharris)

    It currently updates the max/min ranges – so if you select a start time you can’t select an end time before that (assuming the start and end dates are the same!)- but it doesn’t update the existing value like the datepicker does.

    The reason behind this is because selecting a time is a two-part process: setting an hour and a time, and updating the value after the user has selected the hour closes the timepicker. So if a user were to select an hour so that the start time is now after the end time, it would close the timepicker before they could select a minute.

    This would be more annoying as they would then have to re-open the start time to select the minute. They may have to corrected the “auto-corrected” end time.

    I will revisit this, but it’s fairly low-priority at the moment.

    Thread Starter WPWanderer

    (@wpwanderer)

    Thanks, for the response. I understand, and understand why it would be a low priority.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘End time to default to start time?’ is closed to new replies.