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;
"小贷教父"落马 引出重庆违规放贷案与行业…
最新财新周刊|“致命”邮轮
司法部:欧盟对同方威视发起的跨境调查构成不当域外管辖
财新闻|《给阿嬷的情书》预测票房破10亿
印度北方邦遇强对流天气 已造成逾110人死亡
马来亚银行:金融系统数据证实 中东避险资金涌入亚洲
央视打包获得两届世界杯版权 国际足联秘书长对财新表示双方满意
下周前瞻:第79届世界卫生大会召开;APEC贸易部长会议举办
财新闻|央视官宣:已获得2026年、2030年世界杯版权
特朗普乘专机抵达北京 开启3天国事访问
特朗普结束对华国事访问 中美大豆协议能否顺利落地?
广东省发改委原主任何宁卡被查 曾任珠海市长
中芯国际一季度收入涨11.8% AI需求继续挤压产能
从学霸到坠江:湘雅医院规培生的非正常死亡(含视频)|特稿精选
亿万富翁衡阳亡命脱逃记|特稿精选
体验式旅游流行中|特稿精选
拼多多低价模式卷疯电商 商家平台陷搏杀困局|特稿精选
理财产品本息300亿元未兑付 恒大何以至此|市场解码
随笔|我与一头小象的约定
专栏|预支自责:抚养权争夺战
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;