mday -> Integer
[permalink][rdoc][edit]day -> Integer
-
日を整数で返します。
t = Time.local(2000,1,2,3,4,5) # => 2000-01-02 03:04:05 +0900 p t.day # => 2 p t.mday # => 2
mday -> Integer
[permalink][rdoc][edit]day -> Integer
日を整数で返します。
t = Time.local(2000,1,2,3,4,5) # => 2000-01-02 03:04:05 +0900
p t.day # => 2
p t.mday # => 2