Difference between revisions of "Time"
From Sega Retro
(Created page with "<includeonly>{{#expr: {{#expr: {{{1|0}}} div 60 }} round 0 }}:{{#pad: {{#expr: {{{1|0}}} mod 60 }} | 2 | 0 | left }}</includeonly><noinclude> Convert a time in seconds to the...") |
|||
Line 1: | Line 1: | ||
− | <includeonly>{{#expr: {{#expr: {{{1|0}}} div 60 }} round 0 }}:{{#pad: {{#expr: {{{1|0}}} mod 60 }} | 2 | 0 | left }}</includeonly><noinclude> | + | <includeonly>{{#expr: floor({{#expr: {{{1|0}}} div 60 }}) round 0 }}:{{#pad: {{#expr: {{{1|0}}} mod 60 }} | 2 | 0 | left }}</includeonly><noinclude> |
Convert a time in seconds to the format M:SS or MM:SS. | Convert a time in seconds to the format M:SS or MM:SS. | ||
Revision as of 17:59, 2 January 2015
Convert a time in seconds to the format M:SS or MM:SS.
Example: {{time|3600}} becomes 60:{{#pad: 0 | 2 | 0 | left }}.