function GetcDateString() {
var tmp = "";
tmp += tgString.charAt((cYear - 4) % 10);
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();
聚焦假日经济|小长假“春意浓” 消费新势力增长明显
多地春假陆续落地 有望激发消费市场新增量
清明假期全社会跨区域人员流动量预计超8.4亿人次
主要产油国宣布5月继续增产
聚焦重大项目和民生 一季度新增专项债“靠前发力”
多个产业赛道蓄力 开启“十五五”增长新空间
中国经济圆桌会|向新而行 双向奔赴 聚力向远
金价持续震荡 “买金”“打金”消费需理性
经参特稿|地缘冲突下全球资产重新定价 中国资产韧性显现
企业加码“词元经济”产业链布局
经参特稿|猪肉卖出“姜蒜价” 产业链期待突围
市场监管总局发文整治“内卷式”竞争
上市公司服务专区
警惕“异宠热”背后多重风险
高薪内推藏陷阱 “招转培”骗局盯上求职者
3月新发基金千亿份 存量挺进38万亿元
上市银行分红“进行时” 六大行派现超4200亿元
安信基金能否站稳“千亿俱乐部”
迷你基金陷空转困局 清盘机制亟待破局
油气主题基金大幅回调 难阻资金涌入QDII产品
已完成新一轮IPO更新申报 湖北银行回应涉10项违规行为罚单
江苏信托董事长辞任 总经理丁锋代为履职
鸿仕达IPO:“果链”依赖症待解
从“一日办结”到“点绿成金”
function GetcDateString() {
var tmp = "";
tmp += tgString.charAt((cYear - 4) % 10);
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();