Module:Calculator/ETA: Difference between revisions

m
Fix function name
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 p.formatTime(timeInHundredths)
local function formatTime(timeInHundredths)
local timespan = number.secondsToTimeSpan(timeInHundredths / 100)
local timespan = number.secondsToTimeSpan(timeInHundredths / 100)


2,875

edits