]> granicus.if.org Git - php/commitdiff
- Commit updated .re file as well for the "first day of" issue.
authorDerick Rethans <derick@php.net>
Sun, 7 Mar 2010 13:05:11 +0000 (13:05 +0000)
committerDerick Rethans <derick@php.net>
Sun, 7 Mar 2010 13:05:11 +0000 (13:05 +0000)
ext/date/lib/parse_date.re

index 66e31becde8398ca15d7321abf837bef4bbb2b9f..94f9dafc46720fa704056f37860ea3690a523c0c 100644 (file)
@@ -931,8 +931,8 @@ mssqltime        = hour12 ":" minutelz ":" secondlz [:.] [0-9]+ meridian;
 isoweekday       = year4 "-"? "W" weekofyear "-"? [0-7];
 isoweek          = year4 "-"? "W" weekofyear;
 exif             = year4 ":" monthlz ":" daylz " " hour24lz ":" minutelz ":" secondlz;
-firstdayof       = 'first day' ' of'?;
-lastdayof        = 'last day' ' of'?;
+firstdayof       = 'first day of'?;
+lastdayof        = 'last day of'?;
 backof           = 'back of ' hour24 space? meridian?;
 frontof          = 'front of ' hour24 space? meridian?;