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


Weekday name %?[date] special texts

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

%o[date]
Is replaced by the complete weekday name of the current day, e.g.:

The text `Today is %o , the %n' will be expanded to
==> `Today is Monday, the 10-Jun-1996', in case the actual system date is the 10th June 1996.

%O[date]
Is replaced by the 3-letter weekday name of the current day, e.g.:

The text `Today is %O0@t+1 , the %n+1' will be expanded to
==> `Today is Tue, the 11-Jun-1996', in case the actual system date is the 10th June 1996.

%K[date]
Is replaced by the 2-letter weekday name of the current day, e.g.:

The text `Today is %K , the %n' will be expanded to
==> `Today is Mo, the 10-Jun-1996', in case the actual system date is the 10th June 1996.


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