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