Bug #2430
closedevents always errored as being in the past
Description
When creating a new event it is always erroring as if it's in the past.
https://www.joomlapolis.com/forum/239-usage/157645-error-msg-event-date-can-not-be-set-in-the-past
Updated by krileon over 13 years ago
Is also not necessary for time to show 60 minutes and can stop at 55.
Updated by krileon over 13 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Fixed in r1659
Updated by krileon over 13 years ago
- Status changed from Closed to Assigned
- Target version changed from 2.2 to 2.4
- % Done changed from 100 to 50
Issue still appears to be present in some installs. Displaying the date that it calculated in the error will also help in determining what the code is seeing so error message needs updated as well.
Updated by krileon over 13 years ago
- Status changed from Assigned to Resolved
- % Done changed from 50 to 100
Already resolve in 2.4
Updated by krileon over 13 years ago
- Status changed from Resolved to Assigned
- % Done changed from 100 to 90
Reversal method of date needs further and better review. Date is sent to save function formatted due to drop-down calendar API. This needs reversed properly to DB safe.
Updated by krileon over 13 years ago
- Status changed from Assigned to Resolved
- % Done changed from 90 to 100
Fixed with next release using new calendar display method and only a single field to contain datetime preventing format issues.