Version 8 (modified by Moe, 13 years ago) (diff) |
---|
Clock
Display the date of a time zone with the strftime() format in a widget
Preview and Download
http://plugins.dotaddict.org/dc2/details/clock
Author/Contributors?
- Author: Moe
- Contributors:
Development
Bugs and features requests
Repository
Recent Changes
[3393] by brol on 04/03/16 13:32:49
v1.4 cf changelog
[3320] by Moe on 01/11/15 20:31:15
Clock 1.3 : Mise à jour par brol
[3259] by brol on 11/13/13 00:41:12
v1.2.8 modifs define pour 2.6 et autres zinzins
Documentation
Display the widget in your template files
<tpl:Widget id="Clock"> <setting name="title">Title</setting> <setting name="timezone">Europe/London</setting> <setting name="format">%A, %e %B %Y, HMS</setting> <setting name="homeonly">0</setting> </tpl:Widget>
The %e tag doesn't work
On Microsoft Windows servers, you have to use %d instead of %e.