Merge remote branch 'davrieb/autotag' into autotag
[ikiwiki.git] / doc / ikiwiki / directive / date.mdwn
1 The `date` directive is supplied by the [[!iki plugins/date desc=date]] plugin.
2
3 This directive can be used to display a date on a page, using the same
4 display method that is used to display the modification date in the page
5 footer, and other dates in the wiki. This can be useful for consistency
6 of display, or if you want to embed parseable dates into the page source.
7
8 Like the dates used by the [[meta]] directive, the date can be entered in
9 nearly any format, since it's parsed by [[!cpan TimeDate]].
10
11 For example, an update to a page with an embedded date stamp could look
12 like:
13
14         Updated \[[!date "Wed, 25 Nov 2009 01:11:55 -0500"]]: mumble mumble
15
16 [[!meta robots="noindex, follow"]]