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


Day %?[date] special texts

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

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

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

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

The text `Day %N0@t-1 , %n-1' will be expanded to
==> `Day 01, 01-Feb-1996', in case the actual system date is the 2nd February 1996.

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

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

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

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


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