|
|
|
<countdown/>
Provided by module: Countdown
This tag can count days, minutes, months, etc. from a specified date
or time. It can also give the time to or from a few special
events. See below for a full list.
Attributes
Time:
- year="number"
-
Sets the year.
- month="{number, month_name}"
-
Sets the month.
- day="{number, day_name}"
-
Sets the weekday.
- mday="number"
-
Sets the day of the month.
- hour="number"
-
Sets the hour.
- minute="number"
-
Sets the minute.
- second="number"
-
Sets the second.
- iso="year-month-day"
-
Sets the year, month and day all at once. (YYYY-MM-DD, YYYYMMDD or YYYY-MMM-DD).
<countdown iso='2020-FEB-12'/> |
|
6844 days |
|
- event="easter,gregorian-easter,julian-easter,christmas,christmas-day,christmas-eve"
-
Sets the time of an evet to count down to.
- years="number"
-
Add this number of years to the result.
- months="number"
-
Add this number of months to the result.
- weeks="number"
-
Add this number of weeks to the result.
- days="number"
-
Add this number of days to the result.
- hours="number"
-
Add this number of hours to the result.
- beats="number"
-
Add this number of beats to the result.
- minutes="number"
-
Add this number of minutes to the result.
- seconds="number"
-
Add this number of seconds to the result.
- now="year-month-day"
-
Sets the 'present' time, if other than really present time. (YYYY-MM-DD, YYYYMMDD or YYYY-MMM-DD)
<countdown now="1999-12-24" year="2000" display="days"/> |
|
8 |
|
Presentation:
|
|