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;
}
if (cMonth > Math.floor(CalendarData[m] / 0x10000) + 1) {
cMonth--;
}
道士、脱口秀演员、盲人按摩师……
独异性社会
小学新生人数过峰,富余学位能否开放给随迁子女?|教育观察
CXO、创新药续涨,能否继续活跃?|医药股周报
最新财新周刊|韩杰案的“罪与罚”
最新财新周刊|SHEIN逆势IPO
河南多地接连发生堤坝溃口 各乡镇转移近3000人
财新闻|伊朗战事延宕 美航母部署时长恐将再刷纪录
海航一航班备降俄罗斯 更换飞机后再飞曼彻斯特(含视频)
数据壁垒如何打通|医保、商保协同之路之二
研究:云南史前岩画与全球性“4.2千年气候事件”时间高度吻合
改革者图鉴:历史镜头里的朱镕基
压降万科关联应收账款规模 万物云上半年加大坏账计提力度
观势|中国车企大航海时代:销售渠道的蜕变与重构
从黑老夭中学教师到通辽书记 内蒙古63岁厅官冯玉臻被查
菲律宾持续强降雨致16死 洪涝引发“全面垃圾危机”
广东哲策律所办公地涉案被查封 或因“网推所”模式
《我的祖国》首唱者郭兰英去世 享年97岁
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;
}
if (cMonth > Math.floor(CalendarData[m] / 0x10000) + 1) {
cMonth--;
}