Makes it possible to write [date] and [time] to get the current date and time in ISO 8601 format.

This commit is contained in:
PsiOmega
2015-04-18 18:40:35 +02:00
parent 0206d6db8f
commit a4fbb01e2b
2 changed files with 5 additions and 0 deletions
+2
View File
@@ -210,6 +210,8 @@
t = replacetext(t, "\[/i\]", "</I>")
t = replacetext(t, "\[u\]", "<U>")
t = replacetext(t, "\[/u\]", "</U>")
t = replacetext(t, "\[time\]", "[worldtime2text()]")
t = replacetext(t, "\[date\]", "[worlddate2text()]")
t = replacetext(t, "\[large\]", "<font size=\"4\">")
t = replacetext(t, "\[/large\]", "</font>")
t = replacetext(t, "\[sign\]", "<font face=\"[signfont]\"><i>[get_signature(P, user)]</i></font>")