diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-11-05 13:21:16 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-11-05 13:21:16 -0500 |
commit | ab729c78b2c3f597d460adc63ab6c832059bafd2 (patch) | |
tree | f24a6feb96b6934e16a360ba69e66d30a1dc0e3f | |
parent | 42b4abee1d14fe1c571b2324f86e283d3db4d7e6 (diff) | |
download | ikiwiki-ab729c78b2c3f597d460adc63ab6c832059bafd2.tar ikiwiki-ab729c78b2c3f597d460adc63ab6c832059bafd2.tar.gz |
add a more useful example of a relative date ;-)
-rw-r--r-- | doc/plugins/relativedate.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugins/relativedate.mdwn b/doc/plugins/relativedate.mdwn index 32f8c798b..3ada0864b 100644 --- a/doc/plugins/relativedate.mdwn +++ b/doc/plugins/relativedate.mdwn @@ -13,4 +13,4 @@ If this plugin is enabled, you may also add relative dates to pages in the wiki, by using html elements in the "relativedate" class. For example, this will display as a relative date: - <span class="relativedate">Fri Oct 17 18:36:13 EDT 2008</span> + <span class="relativedate">Tue Jan 20 12:00:00 EDT 2009</span> |