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();
存量需求率先释放 北京新房市场升温
暑期档巨幕影院一票难求
宇树三位90后高管,即将实现财务自由
全球最大AI开源平台最新报告!
用意念开轮椅 全国40余起脑机接口融资
“离谱私募”曝光:基金经理都是“借”来的
券商AI应用持续扩展 !投顾“超级大脑”,作用多大?
当宽基不再意味均衡投资,有没有更好的底仓选择?
罕见,全产业链涨价!现货一天暴涨近24%,光伏拐点已至?
光大保德信基金张芸:以多样化收益来源应对市场变化
长安基金完成董事会换届,陈卓权出任董事长
直击华尔街丨4500美元关口回落,美国通胀降温能否推高金价
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();