]> sipb.mit.edu Git - ikiwiki.git/blob - doc/plugins/relativedate.mdwn
removed
[ikiwiki.git] / doc / plugins / relativedate.mdwn
1 [[!template id=plugin name=relativedate author="[[Joey]]"]]
2 [[!tag type/date]]
3 [[!tag type/chrome]]
4
5 This plugin lets dates be displayed in relative form. Examples: "2 days ago", 
6 "1 month and 3 days ago", "30 minutes ago". Hovering over the date will
7 cause a tooltip to pop up with the absolute date.
8
9 This only works in browsers with javascript enabled; other browsers will
10 show the absolute date instead. Also, this plugin can be used with other
11 plugins like [[prettydate]] that change how the absolute date is displayed.