mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
update doc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30594 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
196833eb80
commit
0858cbf3fd
1 changed files with 2 additions and 2 deletions
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)
|
||||
|
|
Loading…
Add table
Reference in a new issue