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();
摊余成本法债基重启 15家中小公募集中上报
英极右翼政客法拉奇重返议会 击败讽刺候选人“垃圾桶脸伯爵”
跨境资金集中运营试点推向全国 更低门槛惠及更多中小跨国公司
二季度银行业息差触底反弹 盈利指标现改善迹象
农村中小银行减少670家 减量与提质如何并行?
永远的“老院长”:朱镕基与清华经管学院
银行存款利率总体延续下行趋势 五年期平均利率环比上涨
被撤销审计资格 深圳堂堂会计所继续“叫板”监管
下周前瞻:韩国执政党选举新党首;美对加部分商品加征关税
最新封面报道|“二号”的迷宫
最新财新周刊|一级市场再洗牌
视线|广西洪灾一月后:茉莉花农损失严重 花价剧烈波动
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();