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;
大学教授常州老家房屋遭强拆 曾宽慰母亲:不会强拆的
特写|大气环境执法在邯郸:很多轮检查 很多新问题
履新四天 佳木斯人大常委会副主任梅振学坠亡
法院称纵火案保姆接受指派辩护 合法性引争议
老树开新花:AI定价的外溢与下沉
不想背房贷的年轻人,开始考虑全款买房
全球金融危机后的产业政策
反侵权公告(第45号):关于摄影作品被恶意侵权的谴责
聚力全球智慧 财新推出全球高峰论坛及国际顾问委员会
2026全球数字订阅报告发布 财新位列全球第九
《财新周刊》编辑更正
美加墨世界杯来了:盘点百年世界杯历史中的王者与无冕之王|体坛
不想再上班的那天,他上了武当山|带着问题去读书
白酒凭何从底层到国宴|饮食
陈燕妮:我在悉尼被骗半年后|亲历
啄木鸟公益基金会

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;