Compatible with DokuWiki
2015-03-11, 2015-08-10a "Detritus"
This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.
External requirements: This plugin requires the following additional components that must be installed separately (via Manual Install tab of the Extension Manager):
Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.
There are 2 different to set deadline date:
Y-m-dTH:i:s
“T” is delimiter
After load page Javacript start count down time.
If time is over display message Term is over!
display data by time:
time do deadline | day | hours | min | seconds |
---|---|---|---|---|
T<24 hour | Y | Y | Y | N |
1 hour < T <24 hour | N | Y | Y | Y |
1 min < T < 1 hour | N | N | Y | Y |
T < 1 min | N | N | N | Y |
pages uses this plugin: http://vyfuk.org
Full format:
{{fkstimer>date=2015-03-15T20:00:00}}
Separate parameters:
{{fkstimer>year=2015;month=3;day=15;[hours=20];[minute=0];[second=0]}}
If isn't set hours minute automatically is set value to 00.
Newest version use server time.
$conf['server_corection'] (in seconds) is server correction between actual time and server time, for example in web Europe web page in webhosting in USA. Or different date of summer time in another country's.