Go to the first, previous, next, last section, table of contents.


Month %?[date] special texts

The following month %?[date] special texts are respected:

%U[date]
Is replaced by the month number of the current month of year, e.g.:

The text `Month %U , %n' will be expanded to
==> `Month 2, 22-Feb-1996', in case the actual system date is the 22nd February 1996.

%W[date]
Is replaced by the 2-digit month number with leading zero of the current month of year, e.g.:

The text `Month %W000001 , %n' will be expanded to
==> `Month 01, 22-Feb-1996', in case the actual system date is the 22nd February 1996.

%z[date]
Is replaced by the month number with trailing Ordinal Number suffix of the current month of year, e.g.:

The text `Month %z , %n' will be expanded to
==> `Month 2nd, 22-Feb-1996', in case the actual system date is the 22nd February 1996.

%Z[date]
Is replaced by the 2-digit month number with leading zero and trailing Ordinal Number suffix of the current month of year, e.g.:

The text `Month %Z , %n' will be expanded to
==> `Month 02nd, 22-Feb-1996', in case the actual system date is the 22nd February 1996.


Go to the first, previous, next, last section, table of contents.