Using deltatime

The deltatime command calculates and displays the time remaining until, or the time elapsed since a given date requires 2 parameters. Note that this command does not use the "var=" notation for parameters. The parameter list is simply a space separated list of variable names. The variable names may be enclosed in double quotation marks.

param1 = date in format mm/dd ( timer loops again ) or mm/dd/yyyy.

param2 = output format ( Years, Days, Hours, Minutes, Seconds ) any combination of ymdhus

y - years

m - months ( 30.5 days )

h - hours

u - minutes

s - seconds

 

Example

<!-- #deltatime 12/25 "d" --> until Christmas!

Displays the current number of days until Christmas.