Inserts a date using the date format specified in the template. Optionally, a custom date format can be given as a parameter.
Four special parameters are possible:
rfc822: RFC822 date in local timerfc822GMT: RFC date in GMT timeiso8601: ISO-8601 date (W3C Date and Time Format profile). Example: 2002-10-02T10:00:00-05:00utc: Same as iso8601, but the date is expressed in UTC, using a "Z" for the timezone indicator.<%date%> <%date(%x)%> <%date(rfc822)%> <%date(rfc822GMT)%>