[{ALLOW edit EISMainUsers}]
[{ALLOW view Anonymous}]
%%commentbox
__see also__\\
[TextFormattingRules]
%%
How to enter the current time and the current date into the text of a Wiki page:
__This__
{{{
This server lives on [{INSERT CurrentTimePlugin format=zzzz}]
and the time here is [{INSERT CurrentTimePlugin format='HH:mm \'on\' dd-MMM-yyyy'}].
}}}
__produces this__
This server lives on [{INSERT CurrentTimePlugin format=zzzz}] and the time here is [{INSERT CurrentTimePlugin format='HH:mm \'on\' dd-MMM-yyyy'}].
----
How to show the current time and the current date in a template:
Use the plugin inside a TranslateTag:
{{{<wiki:Translate>[{INSERT CurrentTimePlugin}]</wiki:Translate>}}}
----
Go back to [DontTellMeShowMe]