Low Events won't validate really old dates, like 1866
I'm getting validation errors when using dates in the far past. I am building a timeline that includes dates as far back as 1866. When I enter those dates, I cannot submit my entry due to the validation errors "Start date is invalid" and "End date is invalid". Is this just a limitation of the add-on? Or is there some way to get around this?
Replies
Gary Reckard 8 Feb 2016 23:43
P.S. I'm on Low Events 1.5.1 and EE 2.10.3
Low 9 Feb 2016 07:57
Right now, it's a limitation, but I can remove that (although you're the first I've encountered that has the need for really old events).
Open up ft.low_events.php and look up line #568, which reads
Change that to
Gary Reckard 9 Feb 2016 18:29
Thanks, Low! That fixed it!