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;
江苏苏州:“以智为用”推动产业高质量发展
AI智能机器人走进“开学第一课”
DeepSeek“出圈”有望加速AI普及
山东莱芜:智慧农业让果蔬“南来北往”
河北唐山:鸡毛掸子“飞”上网
国家金融监督管理总局
互联网新闻信息服务许可证10120190012
京ICP备2024066810号-1
《求是》杂志发表习近平总书记重要文章《树立和践行正确政绩观》
习近平向世界数据组织成立致贺信
中共中央和习近平总书记欢迎并邀请中国国民党主席郑丽文率团来访
特朗普再发威胁:7日20时是“最后期限”
网络中国节•清明
美国以色列宣布袭击伊朗
聚焦兴业银行最新年报
中原银行2025成绩单发布
中国金茂2025年报
华泰证券2025业绩亮眼
银河证券百亿净利新高
联想控股2025年报
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;