§Date Formatting Overview.

This is an overview of the various options you can use for the formatting of dates in [[date]], [[fulldate]], [[diffdate]], and in the various options in Administration » Weblogs.

The options you can use are:

%minute% The number of minutes after the hour. From 00 to 59
%hour12% inserts the hour from 00 to 11
%ampm% inserts either AM or PM
%hour24% inserts the hour from 00 to 23
%day% insert the day, from 1 to 31
%daynum% insert the number of the day in the week, from 1 to 7
%dayname% insert the name of the day, as defined by your language file
%weekday% insert the name of the day, as defined by your language file (same as %dayname%)
%weeknum% the number of the week, from 1 to 53
%month% the number of the month, from 1 to 12
%monthname% insert the name of the month, as defined by your language file
%monname% insert the short name of the month, as defined by your language file
%year% the year, in four digits. like '2004'
%ye% the year, in two digits. like '04'