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) {
if (cMonth == Math.floor(CalendarData[m] / 0x10000) + 1) {
cMonth = 1 - cMonth;
}
《给阿嬷的情书》破圈!低投入为何赢得高票房?
壮阔新征途,需要坚强的领航者
规范涉企执法 必须常抓不懈
习近平同塞尔维亚总统武契奇举行会谈
习近平向塞尔维亚总统武契奇颁授“友谊勋章”
习近平会见巴基斯坦总理夏巴兹
第二十二届文博会闭幕
坚持高质量发展要成为领导干部政绩观的重要内容
在发展新质生产力上走在前列
地方“十五五”重点布局资本市场
树立和践行正确政绩观学习教育
开局起步“十五五”
中国网络文明大会
民营企业家谈发展
经济日报记者个人专栏
LPR为何十二个月“按兵不动”
国家“注资”国有大行有何深意
短剧一哥30岁踩中3次风口,还是要“改行”
年内光伏装机规模有望首超煤电
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) {
if (cMonth == Math.floor(CalendarData[m] / 0x10000) + 1) {
cMonth = 1 - cMonth;
}