function e2c() { TheDate = (arguments.length != 3) ? new Date() : new Date(arguments[0], arguments[1], arguments[2]); var total, m, n, k; var isEnd = false; var tmp = TheDate.getFullYear(); total = (tmp - 1921) * 365 + Math.floor((tmp - 1921) / 4) + madd[TheDate.getMonth()] + TheDate.getDate() - 38; if (TheDate.getYear() % 4 == 0 && TheDate.getMonth() > 1) { total++; } for (m = 0;; m++) { k = (CalendarData[m] < 0xfff) ? 11: 12; for (n = k; n >= 0; n--) { if (total <= 29 + GetBit(CalendarData[m], n)) { isEnd = true; break; } total = total - 29 - GetBit(CalendarData[m], n); } if (isEnd) break; } cYear = 1921 + m; cMonth = k - n + 1; cDay = total; if (k == 12) { if (cMonth == Math.floor(CalendarData[m] / 0x10000) + 1) { cMonth = 1 - cMonth;
U18男篮亚洲杯中国队取两连胜
学校操场变市民健身房
AI短剧丨用心沟通,让家更温暖
青春拒绝“药瘾”
多款非原研药印“原研一致”商标
AI更能共情孩子?虚拟"精神支柱"藏着现实困境
临床用药优先备什么用什么有规可依
网红美白淡斑霜能即刻美白?当心引发"激素脸"
吃药前少了这一步 不仅白吃还伤身
它是老年人最常见的受伤原因 手把手教你有效预防
关注心脑血管疾病 专家提醒:让科学防护成为习惯
打呼噜是睡得香?小心影响孩子身高智力
很多人都爱穿的洞洞鞋,真的是“脚气培养皿”吗?
家中养鸟需注意!羽毛、病原体或诱发过敏性肺炎
全球人工智能安全事件引关注
为什么中国大模型便宜又好用?
中国开源AI,正在惠及全球
中国美妆加速全球“落子”
新型储能成为第一大调节性资源
上半年新改建农村公路3.4万公里
以金融之力 织密养老保障网
function e2c() { TheDate = (arguments.length != 3) ? new Date() : new Date(arguments[0], arguments[1], arguments[2]); var total, m, n, k; var isEnd = false; var tmp = TheDate.getFullYear(); total = (tmp - 1921) * 365 + Math.floor((tmp - 1921) / 4) + madd[TheDate.getMonth()] + TheDate.getDate() - 38; if (TheDate.getYear() % 4 == 0 && TheDate.getMonth() > 1) { total++; } for (m = 0;; m++) { k = (CalendarData[m] < 0xfff) ? 11: 12; for (n = k; n >= 0; n--) { if (total <= 29 + GetBit(CalendarData[m], n)) { isEnd = true; break; } total = total - 29 - GetBit(CalendarData[m], n); } if (isEnd) break; } cYear = 1921 + m; cMonth = k - n + 1; cDay = total; if (k == 12) { if (cMonth == Math.floor(CalendarData[m] / 0x10000) + 1) { cMonth = 1 - cMonth;