day of month
the day of month of a datetime
(datetime subject) -> long
Returns the day of month component of given datetime.
Returns nil
if given datetime is nil
Parameters
Name | Type | Description |
---|---|---|
subject |
datetime | The datetime to work with |