datetime.setdate
Specifying a date. The weekday is set automatically.
method datetime datetime.setdate (
uint day,
uint month,
uint year
)
uint day,
uint month,
uint year
)
Parameters
day | Day. |
month | Month. |
year | Year. |
Return value
Returns the object which method has been called.
Related links | Source |