|
last_day_of_month Returns the last day of a month
package require nstcl-time ?1.0.1?
package require nstcl ?1.0?::nstcl::last_day_of_month ?-format format? date
Returns the last date of the month containing the given date. The format of date can be anything that [clock scan] can parse.
- -format (defaults to %Y-%m-%d)
- Specifies the format that the last date of the month should be returned in. Consult the documentation for the [clock format] command for a list of valid field descriptors.
nstcl, time