Skip to content

Commit

Permalink
Merge pull request #2768 from tmyksj/date-to_s
Browse files Browse the repository at this point in the history
`Date#to_s` の拡大表記の記述を更新
  • Loading branch information
znz committed Jan 13, 2023
2 parents ababe22 + 05e2975 commit dad6ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion refm/api/src/date/Date
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ GNU 版にあるような幅指定などもできます。
対応する [[c:DateTime]] オブジェクトを返します。

--- to_s -> String
[[ISO:8601]] 書式の文字列を返します (拡大表記はつかいません)。
[[ISO:8601]] 書式の文字列を返します (拡大表記 ('%Y-%m-%d') を使います)。

--- to_time -> Time
対応する [[c:Time]] オブジェクトを返します。
Expand Down

0 comments on commit dad6ab9

Please sign in to comment.