NAME
ThisMonth — Get the current month.
SYNOPSIS
ThisMonth ?Format?
DESCRIPTION
Return Value
The current month. 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
% ThisMonth
01
% ThisMonth %B
January
SEE ALSO
LastMonth, LastYear, NextMonth, NextYear, ThisYear
KEYWORDS
date, datetime