I just noticed an inconsistency in {@datedaynum@} and {@datemonthnum@} tokens. For today April 2nd I get the following results:
{@datedaynum@} “2”
{@datemonthnum@} “04”
I suppose it should behave like
{@datedaynum@} “02”
{@datemonthnum@} “04”
or
{@datedaynum@} “2”
{@datemonthnum@} “4”
Or are there more specific tokens for my needs?