2,875
edits
m (Use timespan from Module:Numbers) |
m (Fix function name) |
||
Line 4: | Line 4: | ||
local number = require('Module:Number') | local number = require('Module:Number') | ||
function | local function formatTime(timeInHundredths) | ||
local timespan = number.secondsToTimeSpan(timeInHundredths / 100) | local timespan = number.secondsToTimeSpan(timeInHundredths / 100) | ||
edits