- This topic has 3 replies, 2 voices, and was last updated 13 years, 11 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- The forum ‘How do I …’ is closed to new topics and replies.
Events Made Easy › Forums › How do I … › Entering old date
Tagged: date old event
Hi,
Is it possible to create events with older date than year 2000? (I am seeing this an option to some kind of event archive). It would be enough if I could enter the date manually.
Well, just for short-term fix: go in eme_events.php, around line 1704 and remove the text
readonly="readonly"
for the lines defining the input field localised-date and localised-end-date
It will get overwritten in every future version of course, but it’s always the same change.
I tested this now. Solution enabled date field editing but it does conversion on dates older than 1970. I changed parameters for datepicker and I am able to pick old dates. But on site listing it always has date before 1970 converted to current date.
Is there limit on eme for this or should i see it as a php limit?
Have you verified that the older dates are correctly entered in the database?