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) { return ""; } else { solarMonth = (parseInt(solarMonth) > 0) ? (solarMonth - 1) : 11; e2c(solarYear, solarMonth, solarDay); return GetcDateString(); } }
反侵权公告(第45号):关于摄影作品被恶意侵权的谴责
休刊启事(《财新周刊》2026年第06期)
财新邀你同行,以专业内容共建可信财经生态
《财新周刊》编辑更正
特别呈现 | 光大银行:打造养老金融的“光大样本”
特别呈现丨兴业管家(财资管理平台)深度服务企业数字化转型
在“饭圈”,最难的事情或许就是“达成共识”|带着问题去读书
古人爱涮肉,汉代就有“九宫格”?|一口万年②
白天上班、晚上“上墙”,都市年轻人爱上攀岩|热议
“大湾鸡”延迟退休,赛事吉祥物生命周期持续性几何|热议
年代剧的命门|影视
啄木鸟公益基金会

京ICP证090880号
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) { return ""; } else { solarMonth = (parseInt(solarMonth) > 0) ? (solarMonth - 1) : 11; e2c(solarYear, solarMonth, solarDay); return GetcDateString(); } }