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);
地方党政领导人物库
四川云南辽宁黑龙江等地有强降雨
跨国车企续“长约”,锚定中国市场确定性
二季度末普惠型小微企业贷款余额增长8%
聊啥推啥,是不是手机在“偷听”?
智慧城市数据利用顶层框架国际标准发布
京津冀旅游景区联票合作景区超240家
入境游保持高增长态势
公安机关网安部门破获3起影视领域舆情敲诈案件
本周高温会有所缓解吗?一周天气早知道→
物流领域释放积极信号
朱镕基同志遗体18日火化 天安门等地将下半旗志哀
金观平:把握好货币政策的力度与节奏
多项高频数据传递经济平稳运行积极信号
科创之声|宇树上市开启人形机器人万亿赛道大考
如何唤醒"沉睡"的国有资产?共享平台成效如何?
转人工难、生成内容失准 AI客服成消费投诉新热点
杠杆出清行情或近尾声 全球科技股再迎资金流入
证券类App月活跃人数连续5个月环比增长
积极因素持续汇聚 A股稳市场信号密集释放
半年回调压力释放 专家:黄金步入筑底向上阶段
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);