aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-02-15 20:06:14 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-02-15 20:06:14 +0000
commitd9e4a3718ec84a2855aa3b585cd2d8ec0bea182e (patch)
treec5bea778be490c9c730ef0a1e931388b37d005c0 /doc
parent06a8202931025b763414be5166ce374db173e50b (diff)
downloadikiwiki-d9e4a3718ec84a2855aa3b585cd2d8ec0bea182e.tar
ikiwiki-d9e4a3718ec84a2855aa3b585cd2d8ec0bea182e.tar.gz
add day of week to prettydate, and i18n
Diffstat (limited to 'doc')
-rw-r--r--doc/plugins/prettydate.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/plugins/prettydate.mdwn b/doc/plugins/prettydate.mdwn
index 17d6ae3e9..49feaa8e6 100644
--- a/doc/plugins/prettydate.mdwn
+++ b/doc/plugins/prettydate.mdwn
@@ -2,8 +2,8 @@
[[tag type/format]]
Enabling this plugin changes the dates displayed on pages in the wiki to
-a format that is nice and easy to read. Examples: "in late evening on
-February 14th, 2007", "at noon on March 15th, 2007"
+a format that is nice and easy to read. Examples: "late Wednesday evening,
+February 14th, 2007", "at midnight, March 15th, 2007"
The names given to each of the hours in the day can be customised by
setting the `timetable` configuration variable in ikiwiki's setup file.
@@ -14,6 +14,6 @@ since they do not occupy the whole hour.
The format used for the date can be customised using the `prettydateformat`
configuration variable in the setup file. `%X` will be expanded to the
-prettified time value. The default prettydateformat is `"%X %B %o, %Y"`.
+prettified time value. The default prettydateformat is `"%X, %B %o, %Y"`.
This plugin uses the [[cpan TimeDate]] perl module.