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) {
if (cMonth == Math.floor(CalendarData[m] / 0x10000) + 1) {
cMonth = 1 - cMonth;
}
“十四五”我国环保产业规模达2.2万亿元
全国首家网上离境退税商店落地北京
家居市场踏上结构性升级之路
中国外贸企业的“绿色突围”方法论
交通运输协同发力促减排
5月份车市迎结构性回暖
别让“车重”压偏了前进的道路
奔驰改革硬着陆:裁员、合规、调架构
平陆运河全线通水 西南开辟江海直连新通道
上海绘就全球资产管理中心“新蓝图”
抢晴战雨保归仓 湖北全力守护粮农“钱袋子”
考前压力是身体发出的调整信号
兴农有“数” 重庆智慧农业一线见闻
南京兴起吃饭新方式 上门代厨悄然走红
郑庆东:持续巩固壮大主流思想舆论 讲好新时代中国经济发展故事
经济日报开展消防安全专项培训
郑庆东:我们为什么连续5年举办习近平经济思想研究征文
郑庆东:用改革精神做好进一步全面深化改革报道
郑庆东:努力打造学习宣传研究习近平经济思想高地
唐卫彬在奥地利宣介习近平经济思想和中国经济发展新成就
郑庆东:在“绿色发展长江对话”上的致辞
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) {
if (cMonth == Math.floor(CalendarData[m] / 0x10000) + 1) {
cMonth = 1 - cMonth;
}