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