The page has not been checked
Documentation for this module may be created at Module:Time/templates/doc
local Time = require 'Module:Time' local p = {} function p.isoDate( frame ) local args = frame:getParent().args local val = Time.newFromIso8061( args[1], true ) return val:toHtml( args[2] ) end return p