模块:Chinese calendar:修订间差异

添加10字节 、​ 2025年1月7日 (星期二)
//Edit via InPageEdit
(//Edit via InPageEdit)
标签已被回退
(//Edit via InPageEdit)
标签已被回退
第313行:
 
-- 计算距离1900年1月30日的天数
local monthDayssolarMonthDays = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}
local offset = -30 -- 1900年1月30日为基准日期
 
第334行:
end
else
offset = offset + monthDayssolarMonthDays[i]
end
end
2,102

个编辑