]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FCurrentTimePlugin
Initialize $html
[SourceForge/phpwiki.git] / pgsrc / Help%2FCurrentTimePlugin
1 Date: Fri, 10 Sep 2010 13:46:13 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0)
3 Content-Type: application/x-phpwiki;
4   pagename=Help%2FCurrentTimePlugin;
5   flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
6   charset=UTF-8
7 Content-Transfer-Encoding: binary
8
9 The **~CurrentTime** [[Help:WikiPlugin|plugin]] displays current time and date (when page was saved).
10
11 == Usage ==
12 {{{
13 <<CurrentTime format=xxx>>
14 }}}
15
16 == Arguments ==
17
18 {| class="bordered"
19 |-
20 ! Argument
21 ! Description
22 ! Default value
23 |-
24 | **format**
25 | Display format (strftime format, or 'date' or 'time')
26 | Date and time in ISO 8601:2004 format
27 |}
28
29 == Examples ==
30
31 {{{
32 <<CurrentTime>>
33 }}}
34
35 <<CurrentTime>>
36
37 {{{
38 <<CurrentTime format=date>>
39 }}}
40
41 <<CurrentTime format=date>>
42
43 {{{
44 <<CurrentTime format=time>>
45 }}}
46
47 <<CurrentTime format=time>>
48
49 {{{
50 <<CurrentTime format='%d %h %Y %H h %M m %S s %Z'>>
51 }}}
52
53 <<CurrentTime format='%d %h %Y %H h %M m %S s %Z'>>
54
55 == Author ==
56 * Marc-Etienne Vargenau, Alcatel-Lucent
57
58 == See Also ==
59
60 <noinclude>
61 ----
62 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
63 </noinclude>