mirror of
https://github.com/php/php-src.git
synced 2026-04-28 18:53:33 +02:00
- MFH: Added support for the full ISO week number format. (2006-W52-7)
This commit is contained in:
+18876
-18439
File diff suppressed because it is too large
Load Diff
@@ -849,8 +849,8 @@ wddx = year4 "-" month "-" day "T" hour24 ":" minute ":" second;
|
||||
pgydotd = year4 "."? dayofyear;
|
||||
pgtextshort = monthabbr "-" daylz "-" year;
|
||||
pgtextreverse = year "-" monthabbr "-" daylz;
|
||||
isoweekday = year4 "W" weekofyear [0-7];
|
||||
isoweek = year4 "W" weekofyear;
|
||||
isoweekday = year4 "-"? "W" weekofyear "-"? [0-7];
|
||||
isoweek = year4 "-"? "W" weekofyear;
|
||||
exif = year4 ":" monthlz ":" daylz " " hour24lz ":" minutelz ":" secondlz;
|
||||
|
||||
/* Common Log Format: 10/Oct/2000:13:55:36 -0700 */
|
||||
|
||||
Reference in New Issue
Block a user