mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fiexed: %k format output was empty
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336488 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
fdabefd50c
commit
480059bf56
1 changed files with 1 additions and 1 deletions
|
@ -628,7 +628,7 @@ Unknown format : 'f'
|
|||
Unknown format : 'g' ( Two digit representation of the year going by ISO-8601:1988 standards (see %V) )
|
||||
Unknown format : 'h' ( Abbreviated month name, based on the locale (an alias of %b) )
|
||||
Unknown format : 'i'
|
||||
Unknown format : 'k'
|
||||
Unknown format : 'k' ( Hour in 24-hour format, with a space preceding single digits )
|
||||
Unknown format : 'l' ( Hour in 12-hour format, with a space preceding single digits )
|
||||
Unknown format : 'n' ( A newline character ("\n") )
|
||||
Unknown format : 'o'
|
||||
|
|
Loading…
Reference in a new issue