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);
北京市消协约谈20家儿童床生产企业
快递包装“瘦身”进展如何
多家中小银行股权集中转让
问询函穿透式问诊 A股上市公司信披合规走深走实
提振投资者信心 多家券商权益分派实施中
词元消耗成授信依据 银行积极试水“词元贷”
四家保险资管机构上半年合计盈利48亿元
权益类公募仓位再抬升 电子行业获增持幅度最大
芝加哥大豆期货涨约2% 大豆油涨超2.6%
特朗普拿美韩军演开刀 美朝对话会重启吗
“60天谈判期”已满 美国“体面退出”成奢望
日本第22轮核污染水排海总量近8000吨
欧洲大河不断“瘦身” 水危机的经济账谁买单
机构警告:全球食品价格上涨 或迎新一轮危机
英国监狱怪象:人满为患提前放 狱警不足牢房空
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);