date.php
2007-08-16 I remember coming accross a date with a decimal point without digits following it
2007-08-16 Correct W3C-DTF
2007-08-16 More moving around, this time making us a singleton
2007-08-16 Move around, so less code need be executed
2007-08-15 Add comments, merge into one class, add Parse_Date::add_callback()
2007-08-15 Add comments listing captured subpatterns
2007-08-15 Move date_w3cdtf slightly towards being a larger subset of ISO8601:1988 (hyphen and colon seperators are now optional, and the T may also be a space character)
2007-08-15 Add strtotime() parser
2007-08-15 Whitespace wizz
2007-08-15 Cache day/month PCREs
2007-08-15 We don't want to remove RFC2822 comments from W3C-DTF dates
2007-08-15 Fix parse error
2007-08-15 Greek (that was horrible typing!)
2007-08-15 Hungarian!
2007-08-15 German, Italian, Spanish, and Finnish days/months
2007-08-15 Actually deal with decimal seconds
2007-08-15 Add W3C-DTF, add French and Dutch days/months
2007-08-14 Add timezone list, and RFC850 support
2007-08-14 Deal with 2 or 3 digit years
2007-08-14 Make date_asctime() less strict
2007-08-14 Add RFC2822 dates
2007-08-14 Move month and date lists to Base_Parse_Date
2007-08-14 Add Parse_Date::asctime(), get in a working state
2007-08-14 Add Base_Parse_Date