Start and End dates need to have a time field
-
After testing this out, I’ve come to the determination that the free (and probably pro) version need to be allowed to specify the start and end times. You already allow for the date, however, when you utilize PHP’s strtotime() function, if the hour, minute and second aren’t specified, it will default to Midnight, meaning that any user who thinks the open/close period will also include the time are in for a bit of a surprise.
For example, we specified that the end date of the RSVP should be November 2nd… we thought it would be the end of the day… turns out that the RSVP closed 24 hours earlier than expected.
I’ve advised my customer to set the end date one day ahead until this gets addressed.
- The topic ‘Start and End dates need to have a time field’ is closed to new replies.