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;
}
total = total - 29 - GetBit(CalendarData[m], n);
}
if (isEnd) break;
}
cYear = 1921 + m;
cMonth = k - n + 1;
cDay = total;
做好乡村记忆传承,助推乡村文化振兴
新时代的文化使命
脚沾泥土气,理论入人心
我国低空经济展现出巨大的发展潜力
生态“高颜值”变出经济高价值
夕 君:别让“破圈”成为套住创意的“圈”
周姝芸:AI互动剧,推动人机共创
微短剧如何从“人人能拍”到“让更多人拍好”
话剧《四世同堂》:重温来之不易的胜利时刻
《节果决明》:与时代同呼吸的青春书写
杨 梅:何以消烦暑,画中有清风
堆砌技巧的舞剧都是空心之作
“美美的”古偶剧为啥不好看了
非遗影像要好看,也要耐看
沉浸式戏剧,莫让形式淹没了“戏”
“舞性的美感”并非杂技向舞蹈的让步
文学“破圈”,影视“加分”
【新闻随笔】保护“脆弱”文物不能只靠高价门票
效率提升后精品化之路还有多远 AI重塑微短剧生态
为“荷”而来 博物馆里的千年荷韵
跟着曾国藩体验清代翰林的日常生活
他把地图看作线条画出来的文学
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;
}
total = total - 29 - GetBit(CalendarData[m], n);
}
if (isEnd) break;
}
cYear = 1921 + m;
cMonth = k - n + 1;
cDay = total;