mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
- MFH: Added support for the full ISO week number format. (2006-W52-7)
This commit is contained in:
parent
afb8af1f5f
commit
5d6f6783ae
2 changed files with 18878 additions and 18441 deletions
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;
|
pgydotd = year4 "."? dayofyear;
|
||||||
pgtextshort = monthabbr "-" daylz "-" year;
|
pgtextshort = monthabbr "-" daylz "-" year;
|
||||||
pgtextreverse = year "-" monthabbr "-" daylz;
|
pgtextreverse = year "-" monthabbr "-" daylz;
|
||||||
isoweekday = year4 "W" weekofyear [0-7];
|
isoweekday = year4 "-"? "W" weekofyear "-"? [0-7];
|
||||||
isoweek = year4 "W" weekofyear;
|
isoweek = year4 "-"? "W" weekofyear;
|
||||||
exif = year4 ":" monthlz ":" daylz " " hour24lz ":" minutelz ":" secondlz;
|
exif = year4 ":" monthlz ":" daylz " " hour24lz ":" minutelz ":" secondlz;
|
||||||
|
|
||||||
/* Common Log Format: 10/Oct/2000:13:55:36 -0700 */
|
/* Common Log Format: 10/Oct/2000:13:55:36 -0700 */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue