prefix {%Sys.Year%} suffix

prefix {%%Sys.Year%%} suffix

prefix {%Test%} suffix (this should be ignored)

prefix {%%Test%%} suffix

Today is {%Sys.Date%}. If you prefer, {%Sys.DateLongFormat%}.

The current hour is {%Sys.Time%}. If you prefer, {%Sys.TimeLongFormat%}.

Date + hour: {%Sys.DateTime%}

The day is {%Sys.Day%}, the Month is {%Sys.Month%} and the Year is {%Sys.Year%}.

The Day is {%Sys.DayName%}, the Month is {%Sys.MonthName%} and the Year is {%Sys.Year%}.

The Day is {%Sys.DayNameLongFormat%}, the Month is {%Sys.MonthNameLongFormat%} and the Year is {%Sys.Year%}.