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


Day number %?[date] special texts

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

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

The text `Day %+ of year, the %n' will be expanded to
==> `Day 53 of year, the 22-Feb-1996', in case the actual system date is the 22nd February 1996.

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

The text `Day %*0@t-1 of year, the %n-1' will be expanded to
==> `Day 052 of year, the 21-Feb-1996', in case the actual system date is the 22nd February 1996.

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

The text `Day %& of year, the %n' will be expanded to
==> `Day 53rd of year, the 22-Feb-1996', in case the actual system date is the 22nd February 1996.

%#[date]
Is replaced by the 3-digit day number with leading zeroes and trailing Ordinal Number suffix of the current day of year, e.g.:

The text `Day %# of year, the %n' will be expanded to
==> `Day 053rd of year, the 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.