Skip to content

Commit

Permalink
Merge pull request #2897 from osyo-manga/patch-1
Browse files Browse the repository at this point in the history
DateTime は非推奨なので Time を利用するように促す
  • Loading branch information
ohai authored Jun 24, 2024
2 parents 9d51225 + ad71051 commit 9dccb6d
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 @@ -2,7 +2,7 @@

include Comparable

日付だけでなく時刻も扱える Date のサブクラス [[c:DateTime]] も利用できます。
日付だけでなく時刻も扱える [[c:Time]] も利用できます。

=== 簡単なつかいかた

Expand Down

0 comments on commit 9dccb6d

Please sign in to comment.