madd[10] = 304;
madd[11] = 334;
function GetBit(m, n) {
return (m >> n) & 1;
}
function e2c() {
TheDate = (arguments.length != 3) ? new Date() : new Date(arguments[0], arguments[1], arguments[2]);
var total,
m,
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);
}
医疗混合保障为目标 哪种模式更好?|医保、商保协同之路之三
河南多地接连发生堤坝溃口 各乡镇转移近3000人
股份行总行部门“一把手”任上被带走 深耕同业、票据圈多年
白岩松忆朱镕基总理:信心是基础,但更需要耐心|纪念
【商圈】山西首富张新明:涉黑重审,昔日赌王末路
改革者图鉴:历史镜头里的朱镕基
菲律宾持续强降雨致16死 洪涝引发“全面垃圾危机”
大西洋观察|以色列的10月选择
《我的祖国》首唱者郭兰英去世 享年97岁
阿里巴巴剥离游戏业务灵犀互娱 信宸资本接手
宇树“暗盘”出价3倍 触及账户监管红线(含视频)
今日开盘:小幅高开 沪指涨幅0.07%
许垚死刑 回看游族之殇|深度回放
山西煤炭富豪张新明被捕 曾因行贿逃税涉黑被查多次|拍案惊奇录
穿透太子集团|特稿精选
madd[10] = 304;
madd[11] = 334;
function GetBit(m, n) {
return (m >> n) & 1;
}
function e2c() {
TheDate = (arguments.length != 3) ? new Date() : new Date(arguments[0], arguments[1], arguments[2]);
var total,
m,
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);
}