%[format]M[date] special text%M[date]The text ‘Month %M , %n’ will be expanded to
==> ‘Month 2, 22-Feb-1996’, in case the actual system date is the 22nd February 1996.
%>02*M[date]The text ‘Month %>02*M000001 , %n’ will be expanded to
==> ‘Month 01, 22-Feb-1996’, in case the actual system date is the 22nd February 1996.
%>1&*M[date]The text ‘Month %>1&*M , %n’ will be expanded to
==> ‘Month 2nd, 22-Feb-1996’, in case the actual system date is the 22nd February 1996.
%>02&*M[date]The text ‘Month %>02&*M , %n’ will be expanded to
==> ‘Month 02nd, 22-Feb-1996’, in case the actual system date is the 22nd February 1996.