Module:Sandbox/Arcorann/Chinese time: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
 
Line 101:
-- Returns the current kè under the 100-kè system
return math.floor(dayfrac/100)
end
 
local function kec(dayfrac,n)
--Returns the current kè under the 120-kè system, used from 7CE to around 20CE?
return math.floor(dayfrac/120)
end
 
local function shike(dayfrac)
-- Returns the current shi and ke under the 100-ke system
-- Each shi contains
end
 
local function shikefen(dayfrac)
-- Returns the current shi:ke:fen under the 100-ke, 60-fen system
end