Work in progress — This wiki is an active migration / mirror of Homestar Runner Wiki and is not finished yet. Account registration and public editing are turned off until the migration is further along. For status updates, see the migration thread on the forums.

Template hmss

From HR Wiki Twice
Jump to navigationJump to search

{{{1}}} Convert Hours+Minutes+Seconds (HH:MM:SS) to Seconds

  • This template takes an input in Hours, Minutes, and Seconds, and returns the total number of seconds represented by that time period.
    • That is, 60 seconds in a minute, and 60 minutes in an hour.
  • Note that both Hours and Minutes are optional.

Usage:

Examples:

* {{hmss|30}}
* {{hmss|59}}
* {{hmss|1|00}}
* {{hmss|1|30}}
* {{hmss|1|59}}
* {{hmss|2|00}}
* {{hmss|10|00}}
* {{hmss|30|00}}
* {{hmss|59|00}}
* {{hmss|59|59}}
* {{hmss|1|00|00}}
* {{hmss|1|00|01}}
* {{hmss|1|30|00}}
* {{hmss|2|00|00}}
* {{hmss|10|00|00}}

Yields:

  • 30
  • 59
  • 60
  • 90
  • 119
  • 120
  • 600
  • 1800
  • 3540
  • 3599
  • 3600
  • 3601
  • 5400
  • 7200
  • 36000