* inline: Add timeformat parameter to control how the ctime of
[ikiwiki.git] / doc / plugins / write.mdwn
index 0e1839c6ca31157ddf0b5edcfd4d78529fbb2327..64b353a41759deb76d086a2825ff2c48085b3da5 100644 (file)
@@ -477,10 +477,13 @@ search for files.
 If the directory name is not absolute, ikiwiki will assume it is in
 the parent directory of the configured underlaydir.
 
-#### `displaytime($)`
+#### `displaytime($;$)`
 
 Given a time, formats it for display.
 
+The optional second parameter is a strftime format to use to format the
+time.
+
 #### `gettext`
 
 This is the standard gettext function, although slightly optimised.