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