cDay = total;
if (k == 12) {
if (cMonth == Math.floor(CalendarData[m] / 0x10000) + 1) {
cMonth = 1 - cMonth;
}
if (cMonth > Math.floor(CalendarData[m] / 0x10000) + 1) {
cMonth--;
}
}
}
function GetcDateString() {
var tmp = "";
tmp += tgString.charAt((cYear - 4) % 10);
tmp += dzString.charAt((cYear - 4) % 12);
tmp += "年 ";
if (cMonth < 1) {
tmp += "(闰)";
tmp += monString.charAt( - cMonth - 1);
} else {
tmp += monString.charAt(cMonth - 1);
}
tmp += "月";
tmp += (cDay < 11) ? "初": ((cDay < 20) ? "十": ((cDay < 30) ? "廿": "三十"));
if (cDay % 10 != 0 || cDay == 10) {
tmp += numString.charAt((cDay - 1) % 10);
}
return tmp;
}
function GetLunarDay(solarYear, solarMonth, solarDay) {
if (solarYear < 1921 || solarYear > 2020) {
消防控制室值班人员注意!“五知四快”新标准来了
凝心聚力|粤港澳加快协同创新 打造高质量发展动力源
外交部:希望韩国政府切实践行一个中国原则
第一观察·瞬间 | 中埃元首续写文明交流互鉴佳话
以更完善的法治,护佑平安出行
让法律有力度有温度
权威访谈丨我国正推进新一代全火星地质图编制工作
从旅游到旅居 如何让“梦的远方”成为“新的故乡”
铭记历史警示,3000多件侵华日军罪证背后的故事
孩子写作业先问AI,家长怎么办
练好教育的基本功
活力中国调研行|湖南:科技动能奔涌,人间烟火升腾
健康护航新学期——国家疾控局解读学校卫生工作
第二批32个全国零售业创新提升试点城市名单公布
国新办发布会|锚定强国建设目标 体育改革向纵深推进
气象智能预警方案的科技奥秘:"妈祖"为何这么"棒"
“十五五”新图景新征程|大众创作激活发展新动能
以“双碳”为引领 推动经济社会发展全面绿色转型
cDay = total;
if (k == 12) {
if (cMonth == Math.floor(CalendarData[m] / 0x10000) + 1) {
cMonth = 1 - cMonth;
}
if (cMonth > Math.floor(CalendarData[m] / 0x10000) + 1) {
cMonth--;
}
}
}
function GetcDateString() {
var tmp = "";
tmp += tgString.charAt((cYear - 4) % 10);
tmp += dzString.charAt((cYear - 4) % 12);
tmp += "年 ";
if (cMonth < 1) {
tmp += "(闰)";
tmp += monString.charAt( - cMonth - 1);
} else {
tmp += monString.charAt(cMonth - 1);
}
tmp += "月";
tmp += (cDay < 11) ? "初": ((cDay < 20) ? "十": ((cDay < 30) ? "廿": "三十"));
if (cDay % 10 != 0 || cDay == 10) {
tmp += numString.charAt((cDay - 1) % 10);
}
return tmp;
}
function GetLunarDay(solarYear, solarMonth, solarDay) {
if (solarYear < 1921 || solarYear > 2020) {