var total, m, n, k; var isEnd = false; var tmp = TheDate.getFullYear(); total = (tmp - 1921) * 365 + Math.floor((tmp - 1921) / 4) + madd[TheDate.getMonth()] + TheDate.getDate() - 38; if (TheDate.getYear() % 4 == 0 && TheDate.getMonth() > 1) { total++; } for (m = 0;; m++) { k = (CalendarData[m] < 0xfff) ? 11: 12; for (n = k; n >= 0; n--) { if (total <= 29 + GetBit(CalendarData[m], n)) { isEnd = true; break; } total = total - 29 - GetBit(CalendarData[m], n); } if (isEnd) break; } cYear = 1921 + m; cMonth = k - n + 1; cDay = total; if (k == 12) {
节气里的大美中国
阔步迈向网络强国
“千万工程”新画卷
时代楷模·榜样力量
“互联网+督查”平台
网络举报监督专区
民营经济和高质量发展
核心价值观主题微电影
违反八项规定曝光台
“好教师”李世瑚
湖南双峰:辣酱晾晒正当时
美丽祖宗海 魅力黄岩岛
内蒙古兴安盟:多彩那达慕 欢乐大草原
王慧敏:全媒体形势下新闻理念变革的思考(上)
光明日报社会责任报告(2025年度)
“核心价值观百场讲坛”第171场在新疆阿克苏举办
光明网承办"数说绿色 智引发展"走进内蒙古主题宣传活动
《新闻战线》刊文介绍光明网践行“四力”改文风工作经验
习近平就印度尼西亚强震向印尼总统普拉博沃致慰问电
江泽民生平和思想研讨会在京举行
蔡奇出席开幕式并讲话
《江泽民外交文选》出版发行
诞辰100周年纪念邮票发行
当两周外卖骑手,摸实情解难题
做调研讲究一个"实"字
“十四五”市场监管部门专项行动促进优化营商环境
持续学习 凝心铸魂
var total, m, n, k; var isEnd = false; var tmp = TheDate.getFullYear(); total = (tmp - 1921) * 365 + Math.floor((tmp - 1921) / 4) + madd[TheDate.getMonth()] + TheDate.getDate() - 38; if (TheDate.getYear() % 4 == 0 && TheDate.getMonth() > 1) { total++; } for (m = 0;; m++) { k = (CalendarData[m] < 0xfff) ? 11: 12; for (n = k; n >= 0; n--) { if (total <= 29 + GetBit(CalendarData[m], n)) { isEnd = true; break; } total = total - 29 - GetBit(CalendarData[m], n); } if (isEnd) break; } cYear = 1921 + m; cMonth = k - n + 1; cDay = total; if (k == 12) {