pagedatetag.txt

来自「wiki建站资源 java编写的 很好用」· 文本 代码 · 共 19 行

TXT
19
字号
Inserts the date of the last modification of the requested page.

----

!Usage

<wiki:PageDate format="<date format string>" />

!Parameters

;__format__:  A {{java.text.SimpleDateFormat}} -compatible string in which the page date should be output.  See the [javadoc|http://java.sun.com/j2se/1.3/docs/api/java/text/SimpleDateFormat.html] for more information.

!Example
{{{
<wiki:PageDate format="MM/dd/yyyy" />
}}}

Inserts the date of the current page in the US date format (month/day/year).

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?