Next: , Previous: , Up: Replacements with date argument   [Contents][Index]


G.2.1.1 Weekday name %[format]K[date] special text

%K[date]

Is replaced by the complete weekday name of the current day, e.g.:

The text ‘Today is %K , the %n will be expanded to
→ ‘Today is Monday, the 10-Jun-1996, in case the actual system date is the 10th June 1996.

%>3#K[date]

Is replaced by the 3-letter weekday name of the current day, e.g.:

The text ‘Today is %>3#K0@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.

%>2#K[date]

Is replaced by the 2-letter weekday name of the current day, e.g.:

The text ‘Today is %>2#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.