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; } if (cMonth > Math.floor(CalendarData[m] / 0x10000) + 1) {
17岁摆地摊,他做出贵州最大本土超市
7月份一二三线城市房价同比降幅总体继续收窄
2万多件滥用食品添加剂案件被查办
提升生存质量,打造“有温度”的医疗体系
7月各线城市房价同比降幅总体继续收窄
《石油天然气发展“十五五”规划》发布
北京市消协约谈20家儿童寝具生产企业
AI漫剧“出海”需补齐三类能力
全国将构建约六万公里精品自驾旅游公路
北京市消协约谈20家儿童床生产企业
快递包装“瘦身”进展如何
多家中小银行股权集中转让
问询函穿透式问诊 A股上市公司信披合规走深走实
提振投资者信心 多家券商权益分派实施中
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; } if (cMonth > Math.floor(CalendarData[m] / 0x10000) + 1) {