NAME
LastMonth — Get the last month.
SYNOPSIS
LastMonth ?Format?
DESCRIPTION
Return Value
The month before this one. See More Info for format info.
Arguments
FormatOptional. Defaults to return a two digit month. See More Info for details.
More Info
Some relevant format options:
%b: Abbreviated name. Jan for January.
%B: Full name. January for January.
%m: Two digits, 01 for January.

Check the documentation of the clock command for more information on the alternate formats.


For information regarding exceptions / errors, see here.
EXAMPLES
% # Suppose the current month is January
% LastMonth
12
% LastMonth %B
December
SEE ALSO
LastYear, NextMonth, ThisMonth, Yesterday
KEYWORDS
date, datetime