} 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();
朱起鹤
引领全面建设社会主义现代化强国的历史性跨越
以治理效能锻造AI新优势
构建适应国际秩序重塑的自主知识体系
深刻把握法治宣传教育的新变化新要求
把握好货币政策的力度与节奏
论高质量推进城市更新
推动高校思政课建设内涵式发展
构建自主完备、开放高效的国家创新体系
善于从政治上分析问题解决问题
以治理创新提升宏观经济治理效能
走进青年圈层,讲活时代理论
稳住外贸外资基本盘
全面认识习近平经济思想的理论贡献
做好乡村记忆传承,助推乡村文化振兴
新时代的文化使命
脚沾泥土气,理论入人心
我国低空经济展现出巨大的发展潜力
生态“高颜值”变出经济高价值
夕 君:别让“破圈”成为套住创意的“圈”
周姝芸:AI互动剧,推动人机共创
} 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();