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) { return ""; } else { solarMonth = (parseInt(solarMonth) > 0) ? (solarMonth - 1) : 11; e2c(solarYear, solarMonth, solarDay); return GetcDateString(); } } var D = new Date(); var yy = D.getFullYear(); var mm = D.getMonth() + 1; var dd = D.getDate(); var ww = D.getDay(); var ss = parseInt(D.getTime() / 1000);
开稳“空中的绿皮火车”
加速落实税收法定原则
对国际学术霸权必须说不
【文体市场面面观】
投资个人创作重塑内容生态
琼港合作机遇多
【每周经济观察】
退货不绕路 跨境电商跑更快
互联网视听节目服务自律公约
北京市鑫诺律师事务所
互联网新闻信息服务许可证(10120170008)
网络传播视听节目许可证(0107190)
京ICP备18036557号
中国互联网举报中心
光明日报学习专刊
节气里的大美中国
阔步迈向网络强国
“千万工程”新画卷
时代楷模·榜样力量
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) { return ""; } else { solarMonth = (parseInt(solarMonth) > 0) ? (solarMonth - 1) : 11; e2c(solarYear, solarMonth, solarDay); return GetcDateString(); } } var D = new Date(); var yy = D.getFullYear(); var mm = D.getMonth() + 1; var dd = D.getDate(); var ww = D.getDay(); var ss = parseInt(D.getTime() / 1000);