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;
}
if (cMonth > Math.floor(CalendarData[m] / 0x10000) + 1) {
cMonth--;
}
}
}
function GetcDateString() {
神舟飞船有多项创新
推进“六张网”建设⑥|物流网畅通国民经济循环
原拆原建“多点开花” 探索住房改造新模式
“胶水粘骨头”变成现实 彰显中国智造底气
全球AI大模型集体涨价 DeepSeek为何敢逆市降价
“年抛型电车”诞生?安全耐用永远是首要标准
每月5元便可体验“Token套餐”,你会尝鲜吗?
美联储步入“沃什时代” “实用货币主义”登场?
多部门协同发力 资本市场防假打假新格局加快形成
政策红利持续释放 今年以来科创债发行超8000亿元
暴跌近80%!全球航运巨头,净利润“跳水”!
高市早苗团队“抹黑门”细节曝光 日媒称掌握证据
房屋征收五年未安置,一纸通告让居民搬回去
“空军一号”前屹立的礼兵:站那里不仅代表自己
烧烤学院第一届学生毕业了!你馋了吗?(图)
图解丨促进重点群体高质量充分就业
付费优先,边界在哪?
神舟二十三号航天员乘组顺利进驻“天宫”
神舟二十三号载人飞船发射取得圆满成功
文博会上的科技范儿
宁淮城际铁路淮安段架梁完成
各地区各部门各单位深入开展学习教育
人与青山两不负——“林区三问”的十年答卷
"有力有序推进现房销售" 实现住房"所见即所得"
树立和践行正确政绩观学习教育
开局起步“十五五”
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;
}
if (cMonth > Math.floor(CalendarData[m] / 0x10000) + 1) {
cMonth--;
}
}
}
function GetcDateString() {