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;
金领冠品牌战略发布
塔斯汀荣获知名商标
茅台的ESG升维战
信义致远 山西证券
建信丰汇债券正式发行
国寿破解“未富先老”
沉稳笃行 实力成就担当
李佳琦大促前再度“开课”
滴滴自动驾驶全球化加快
罗国华履新天风证券
理财知识技巧大全
解读股价背后的脉络
食品安全让生活更美好
网上览美景游天下
你想不到的这几款车型
直播间摆拍“绑架”吸粉被查处 公安部通报网络谣言典型案例
山西通洲集团留神峪煤矿瓦斯爆炸三大疑问追踪
儿童用药供应保障机制再升级 全方位打通儿童用药堵点
事关食品安全 国家卫生健康委新闻发布会释放这些信息
政务互通再升级 625项北京事务可在雄安直接办理
坚持“三个聚焦” 三部门联合开展保健食品护老提升专项行动
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;