%[format]Y[date] special text%Y[date]The text ‘Year %Y , %n’ will be expanded to
==> ‘Year 933, 22-Feb-0933’, in case the actual system date is the 22nd February 933.
%>04*Y[date]The text ‘Year %>04*Y0015 , %n’ will be expanded to
==> ‘Year 0015, 22-Feb-0933’, in case the actual system date is the 22nd February 933.