madd[9] = 273;
madd[10] = 304;
madd[11] = 334;
function GetBit(m, n) {
return (m >> n) & 1;
}
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++;
}
当全民阅读遇上新大众文艺
邂逅南宋服饰风华
“耳鸣先生”与“忧郁小姐”
宋代文人的老年生活
鲁迅与“马”拾趣
从玄皂到元青——黑的色彩文化史
《植物先生》:传承节气智慧 书写生态文明
高增侗族踩歌堂石刻:定格欢乐场景
读《西域与南海:考古、艺术与文化交流》
读《古史性别研究丛稿》
北京人艺创排新戏《翡翠城》
科技助力农业农村现代化
福建长汀:智慧种田 稳产增收
靠精勘细探,寻找更多油气宝藏
【光明时评】“张雪机车”凭啥成功
2026年个人信息保护系列专项行动将开展
madd[9] = 273;
madd[10] = 304;
madd[11] = 334;
function GetBit(m, n) {
return (m >> n) & 1;
}
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++;
}