Returns the day of the month from the given date.
Namespace
datetime
Input
date(date
)
Output
day(int
)
Example
If basedate
contains the time 2008-08-18
, then the two following functions are equivalent, and return the value 18
:
...
Returns the day of the month from the given date.
datetime
date(date
)
day(int
)
If basedate
contains the time 2008-08-18
, then the two following functions are equivalent, and return the value 18
:
...