- Commit updated .re file as well for the "first day of" issue.

This commit is contained in:
Derick Rethans 2010-03-07 13:05:11 +00:00
parent b674aa702a
commit 862f25123e

View 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?;