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() {
var tmp = "";
tmp += tgString.charAt((cYear - 4) % 10);
tmp += dzString.charAt((cYear - 4) % 12);
tmp += "年 ";
if (cMonth < 1) {
tmp += "(闰)";
互联网新闻信息服务许可证编号:44120250004
广播电视节目制作经营许可证
中国互联网举报中心
粤公网安备 44010402000579号
悉尼灯光节表演发生技术故障 近90架无人机坠海
欧盟计划对谷歌处以数亿欧元的罚款
暴雨、强对流双预警齐发 这些地区将有雷暴大风等天气
智利北部发生6.9级地震
文博日历丨古代精致版“户外休闲椅”长啥样?
智利北部附近发生6.5级左右地震
智利安托法加斯塔大区发生6.1级地震
塞内加尔总统任命经济学家阿米努·洛为新总理
上市公司实名举报法官涉嫌泄密:各方暂无回
领导语言修养:数智时代的“言值”重构与影
银行收紧大宗商品信贷审批
一位地方债务科科长的思考
8家经营主体通过私人账户隐匿收入偷逃税被
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() {
var tmp = "";
tmp += tgString.charAt((cYear - 4) % 10);
tmp += dzString.charAt((cYear - 4) % 12);
tmp += "年 ";
if (cMonth < 1) {
tmp += "(闰)";