summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2010-03-07 13:05:11 +0000
committerDerick Rethans <derick@php.net>2010-03-07 13:05:11 +0000
commit862f25123ee3b5cbbdb537720c2ab30d96a7c668 (patch)
tree0d03dc115192bd6d4c9ae125287bba0f05768770
parentb674aa702a6b351565c4a5329599b2a432231f00 (diff)
downloadphp-git-862f25123ee3b5cbbdb537720c2ab30d96a7c668.tar.gz
- Commit updated .re file as well for the "first day of" issue.
-rw-r--r--ext/date/lib/parse_date.re4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/date/lib/parse_date.re b/ext/date/lib/parse_date.re
index 66e31becde..94f9dafc46 100644
--- a/ext/date/lib/parse_date.re
+++ b/ext/date/lib/parse_date.re
@@ -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?;