mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Update strftime reference to reflect %V switch
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@21905 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
703cedf94d
commit
3f48f8a497
1 changed files with 8 additions and 0 deletions
|
@ -654,6 +654,14 @@ echo strftime ("Last day in Feb 2000 is: %d", $lastday);
|
|||
week
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
%V - The ISO 8601:1988 week number of the current year as a
|
||||
decimal number, range 01 to 53, where week 1 is the first
|
||||
week that has at least 4 days in the current year, and with
|
||||
Monday as the first day of the week.
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
%W - week number of the current year as a decimal number,
|
||||
|
|
Loading…
Reference in a new issue