Closed GoogleCodeExporter closed 8 years ago
Looks like date_parse_from_format is PHP 5 >= 5.3.0
Investigating further, possible errors with canonicalize.
Original comment by mike.bob...@gmail.com
on 26 Oct 2009 at 7:13
I've addressed this in r556 by doing date_create with the canonical input,
formatting
the date object using $this->format and comparing that to the canonical input.
Validation fails if the two do not match.
Original comment by jahboite@gmail.com
on 14 Apr 2010 at 8:29
Original issue reported on code.google.com by
mike.bob...@gmail.com
on 26 Oct 2009 at 6:09