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


Year %?[date] special texts

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

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

The text `Year %Y , %n' will be expanded to
==> `Year 933, 22-Feb-0933', in case the actual system date is the 22nd February 933.

%=[date]
Is replaced by the 4-digit year number with leading zeroes of the current year, e.g.:

The text `Year %=0015 , %n' will be expanded to
==> `Year 0015, 22-Feb-0933', in case the actual system date is the 22nd February 933.


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