Compatible with DokuWiki
Similar to countdown
Simple way to display date difference
Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.
Date difference between 2018-01-01 UTC
and 2019-01-01 11:00 (Europe/Warsaw)
, without arrow
{{datedifference>from=2018-01-01 UTC,to=2019-01-01 11:00 Europe/Warsaw,arrow=no}}
1 year 10 hours
Date difference between now
and 2019-01-01
with arrow (↑ when target date is in the future, ↓ when target date is in the past)
{{datedifference>to=2019-01-01}}
8 months 7 days 3 hours 26 minutes ↑
Date difference between now
and 2018-01-01
with defined message when target date is reached
{{datedifference>to=2018-01-01,finmsg=Target date reached}}
Target date reached
Date difference between now
and next monday
with debug information and arrow
{{datedifference>to=next monday,debug=yes}}
5 days 3 hours 17 minutes (2018-04-24T20:42:13+00:00 → 2018-04-30T00:00:00+00:00) ↑
Remember to use NOCACHE directive.
~~NOCACHE~~
Please go to discussion page
Have a nice day!