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();
高分青睐中本贯通,教育观为何转向
“低价游”屡禁不止,问题到底出在哪
舞台在人民中间 源泉在生活深处
为“文博热”注入更持久动力
中国非遗年度人物
中国社会科学院公告
中国诗歌版本图书馆作品征集
2026数字丝路发展论坛
庆祝中国共产党成立105周年
习近平对朝鲜民主主义人民共和国进行国事访问
世界经济论坛第十七届新领军者年会(夏季达沃斯)
2026年中国网络文明大会
开局起步“十五五”
网络中国节·春节
历年光明日报数据库
光明日报版网一体专区
订阅2026年光明日报缩印合订本
拥抱技术,更需守护审美教育的人文内核
匠心传千年,国风正当潮
手艺绽放光彩文化鲜活生长
从"上下楼"到"链左右" 上海普陀区大宗贸易转型记
暑期托管,如何打开育人新方式
重在和孩子共同生活
数字记忆的文化意蕴与时代价值
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();