Plugin to display the current time
| General Plugin info | |
|---|---|
| Author: | faceh |
| Current Version: | 1.0 |
| Download: | np_time_v10.zip |
| Code: | NP_time_code |
| Demo: | N/A |
| Forum Thread: | http://forum.nucleuscms.org/viewtopic.php?p=55320#55320 |
In your Skin file, use <%time%> wherever you want the current time to be displayed with default settings.
For varying settings, use <%time(date/time format|time offset|locale)%> with NO SPACES in between.
Example: <%time(%c|3|ja_JP.UTF-8)%>
This is useful for displaying different timezones on one page.