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;
马斯克:你们会看到飞行汽车的
保时捷计划2030年前停产Taycan
比劳斯莱斯更高级?小米升降车标专利曝光:两个车标自由切换
德赛西威半年报:一位存储涨价“受害者”的自白
开渔向蓝海!深圳五大渔港六百渔船齐发
从“恋”到“婚”一区圆满,广州海珠启用琶醍婚恋幸福派对营地
讲防骗故事可免费理发, “中国好人”梅姐与街坊共筑“反诈墙”
广州:国际赛事中心建设再加速|再探广东21城体育性格
国家级试点密集落地 广州为何频频被“点名”
中报全面爆单!创新药走出至暗时刻,行业迎来业绩拐点修复
7连板后再冲高!百花医药估值修复逻辑能否持续?
注射用菲泽妥单抗获批上市;南模生物涨停
CRO板块反弹:业绩回暖叠加多重催化
黑鲸出水!DeepSeek Harness公众号正式上线
人民日报评钟睒睒争议言论
小米卢伟冰:这次我们决定不开发布会
网点大洗牌,13家券商“换轨”!AI重构券商经纪业务竞争逻辑
A股罕见一幕!地产股批量涨停,香江控股1个月涨幅超100%
高盛最新研判!人民币债券打开历史性国际化新窗口
高盛:人民币债券迎历史性国际化窗口,长期制胜需多重持续发力
自拟项目选择制度(21基金会)
差额选举程序(21基金会)
基金会2020年度审计报告
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;