warCounter - plugin for Blosxom which calculates the elapsed time since the war has begun in Iraq (March 20, 2003).
# display seconds, minutes, hours, days, months, and years $warCounter::AllCounters
# display seconds "Seconds: XXXXXX" <p>$warCounter::SecondCounter</p>
# display minutes "Minutes: XXXXX" <p>$warCounter::MinuteCounter</p>
# display hours "Hours: XXXX" <p>$warCounter::HourCounter</p>
# display days "Days: XXX" <p>$warCounter::DayCounter</p>
# display months "Months: XX" <p>$warCounter::MonthCounter</p>
# display years "Years: X" <p>$warCounter::YearCounter</p>
The counters available count from the beginning of the war with Iraq. The date used is 00:00, March 20, 2003.
The variable AllCounters is a combination of the other counters, and contains paragraph formatting and line breaks.
The source is available here: http://www.zwarg.com/blosxom/plugins/warCounter
The other counter variables are all from the beginning of the war. Each time denomination is the total timer. No attempt is made to display the time in HH:MM:SS format.
David Zwarg david@zwarg.com