зеркало из https://github.com/github/ruby.git
update doc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30594 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
196833eb80
Коммит
0858cbf3fd
4
time.c
4
time.c
|
@ -4364,8 +4364,8 @@ strftimev(const char *fmt, VALUE time)
|
|||
* Date (Year, Month, Day):
|
||||
* %Y - Year with century (can be negative, 4 digits at least)
|
||||
* -0001, 0000, 1995, 2009, 14292, etc.
|
||||
* %C - Century (20 in 2009)
|
||||
* %y - Year without a century (00..99)
|
||||
* %C - year / 100 (round down. 20 in 2009)
|
||||
* %y - year % 100 (00..99)
|
||||
*
|
||||
* %m - Month of the year, zero-padded (01..12)
|
||||
* %_m blank-padded ( 1..12)
|
||||
|
|
Загрузка…
Ссылка в новой задаче