nstcl  >  Documentation  >  nstcl-time  >  last_day_of_month

Tcl Powered!

last_day_of_month

NAME

last_day_of_month — Returns the last day of a month

SYNOPSIS

package require nstcl-time ?1.0.1?
package require nstcl ?1.0?

::nstcl::last_day_of_month ?-format format? date

DESCRIPTION

Returns the last date of the month containing the given date. The format of date can be anything that [clock scan] can parse.

OPTIONAL SWITCH

-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.

KEYWORDS

nstcl, time