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;
}
加速出清!多家消金公司挂牌转让不良贷款
时隔两年再增资 华泰人寿拟补血9.7亿元
五大原因导致银行理财提前终止频现,目标盈收益略胜一筹
21深度|美联储“大变局”:旧锚未去,新帆欲扬
英伟达,市值逼近6万亿美元
中美关系新定位,外交部详解;道指站上5万点|21早新闻
深耕投教沃土,共筑高质量发展基石
万亿解禁潮来袭,港股进入“流通盘大考”时刻
从TACO到NACHO,墨西哥菜单支配全球资本市场?
中美关系新定位!
华尔街分歧加剧:AI热潮推动美股创新高 机构开始警惕回调风险
美联储主席换届,如何影响市场?
21评论丨美国通胀再抬头,沃什接手“烫手山芋”
分析汇率离不开“三碗面”
21世纪季度书单:向真而行 以读安心
21书评|战略管理是一种成长思维
明智投资的关键是什么?
葡语国家环保企业谈低碳商机:进入中国市场第一站,澳门
无废城市怎么建?这场论坛将给出关键答案
追觅高管雷鸣反驳“兽楼处”:没有拿地方钱,然后强行搬产业过去
宝马换帅:聂科维接任齐普策任董事长,魏睿德加入董事会负责生产
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;
}