432
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Takes in a number of seconds and converts it into "X days, X hours, X minutes, X seconds" | Takes in a number of seconds and converts it into "X days, X hours, X minutes, X seconds" | ||
For example, {{T|Time|90135}} becomes {{Time|90135}}, {{T|Time|90135|hms= | For example, {{T|Time|90135}} becomes {{Time|90135}}, {{T|Time|90135|hms=true}} becomes {{Time|90135|hms=true}}. | ||
This uses a function inside of [[Module:Common]].<onlyinclude><includeonly>{{#invoke: | This uses a function inside of [[Module:Common]].<onlyinclude><includeonly>{{#invoke:Time|prettyPrintTime|{{{1}}}|hms={{{hms}}}}}</includeonly></onlyinclude> |
edits