%[format]D[date] special text%D[date]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.
%>02*D[date]The text ‘Day %>02*D0@t-1 , %n-1’ will be expanded to
==> ‘Day 01, 01-Feb-1996’, in case the actual system date is the 2nd February 1996.
%>1&*D[date]The text ‘Day %>1&*D , %n’ will be expanded to
==> ‘Day 2nd, 02-Feb-1996’, in case the actual system date is the 2nd February 1996.
%>02&*D[date]The text ‘Day %>02&*D , %n’ will be expanded to
==> ‘Day 02nd, 02-Feb-1996’, in case the actual system date is the 2nd February 1996.