<SCRIPT language=javascript class="unnamed1">
<!--
calendar = new Date();
day = calendar.getDay();
month = calendar.getMonth();
date = calendar.getDate();
year = calendar.getYear();
if (year< 100) year = 1900 + year;
cent = parseInt(year/100);
g = year % 19;
k = parseInt((cent - 17)/25);
i = (cent - parseInt(cent/4) - parseInt((cent - k)/3) + 19*g + 15) % 30;
i = i - parseInt(i/28)*(1 - parseInt(i/28)*parseInt(29/(i+1))*parseInt((21-g)/11));
j = (year + parseInt(year/4) + i + 2 - cent + parseInt(cent/4)) % 7;
l = i - j;
emonth = 3 + parseInt((l + 40)/44);
edate = l + 28 - 31*parseInt((emonth/4));
emonth--;
var dayname = new Array ("星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六");
var monthname =
new Array ("1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月" );
document.write("<font color=006699>"+year +"年");
document.write(monthname[month]);
document.write(date + "日 ");
document.write(dayname[day]+" "+"</font>");
// January(1月份节日,以下同。)
if ((month == 11) && (date > 25) && (date < 31)) document.write("新的一年快到了");
if ((month == 0) && (date == 1)) document.write("今天是元旦");
if ((month == 0) && (date > 1) && (date < 6)) document.write("主显节快到了");
if ((month == 0) && (date == 6)) document.write("今天是主显节");
if ((month == 1) && (date > 9) && (date < 14)) document.write("情人节快到了");
if ((month == 1) && (date == 14)) document.write("今天是情人节");
if ((month == 2) && (date > 3) && (date < 8)) document.write("国际妇女节快到了");
if ((month == 2) && (date == 8)) document.write("今天是国际妇女节");
if ((month == 2) && (date > 8) && (date < 12)) document.write("植树节快到了");
if ((month == 2) && (date == 12)) document.write("今天是植树节");
if ((month == 2) && (date > 16) && (date < 21)) document.write("世界林业日快到了");
if ((month == 2) && (date == 21)) document.write("今天是世界林业日");
if ((month == 2) && (date > 17) && (date < 22)) document.write("复活节快到了");
if ((month == 2) && (date == 22)) document.write("今天是复活节开始日");
if ((month == 2) && (date > 22)) document.write("复活节期间");
if ((month == 2) && (date > 25) && (date < 31)) document.write("愚人节快到了");
if ((month == 3) && (date == 1)) document.write("今天是愚人节");
if ((month == 3) && (date > 1) && (date < 5)) document.write("清明节快到了");
if ((month == 3) && (date == 5)) document.write("今天是清明节");
if ((month == 3) && (date > 5) && (date < 7)) document.write("世界卫生日快到了");
if ((month == 3) && (date == 7)) document.write("今天是世界卫生日");
if ((month == 3) && (date > 18) && (date < 23)) document.write("世界气象日快到了");
if ((month == 3) && (date == 23)) document.write("今天是世界气象日");
if ((month == 3) && (date < 25)) document.write("复活节期间");
if ((month == 3) && (date == 25)) document.write("今天是复活节结束日");
if ((month == 3) && (date > 25) && (date < 31)) document.write("国际劳动节快到了");
if ((month == 4) && (date == 1)) document.write("今天是国际劳动节");
if ((month == 4) && (date > 1) && (date < 4)) document.write("中国青年节快到了");
if ((month == 4) && (date == 4)) document.write("今天是中国青年节");
if ((month == 4) && (date > 4) && (date < 8)) document.write("世界红十字日快到了");
if ((month == 4) && (date == 8)) document.write("今天是世界红十字日");
if ((month == 4) && (date > 8) && (date < 12)) document.write("国际护士节快到了");
if ((month == 4) && (date == 12)) document.write("今天是国际护士节");
if ((month == 4) && (date > 12) && (date < 17)) document.write("世界电信日快到了");
if ((month == 4) && (date == 17)) document.write("今天是世界电信日");
if ((month == 4) && (date > 25) && (date < 30)) document.write("国际儿童节和世界无烟日快到了");
if ((month == 4) && (date == 31)) document.write("今天是世界无烟日");
if ((month == 5) && (date == 1)) document.write("今天是国际儿童节");
if ((month == 5) && (date > 1) && (date < 5)) document.write("世界环境日快到了");
if ((month == 5) && (date == 5)) document.write("今天是世界环境日");
if ((month == 5) && (date > 18) && (date < 23)) document.write("国际奥林匹克日快到了");
if ((month == 5) && (date == 23)) document.write("今天是国际奥林匹克日");
if ((month == 5) && (date > 23) && (date < 26)) document.write("国际禁毒日快到了");
if ((month == 5) && (date == 26)) document.write("今天是国际禁毒日");
if ((month == 5) && (date > 26) && (date < 31)) document.write("中国共产党诞生纪念日和世界建筑节快到了");
if ((month == 6) && (date == 1)) document.write("今天是中国共产党诞生纪念日和世界建筑节");
if ((month == 6) && (date > 25) && (date < 31)) document.write("中国人民解放军建军节快到了");
if ((month == 7) && (date == 1)) document.write("今天是中国人民解放军建军节");
if ((month == 7) && (date > 8) && (date < 13)) document.write("左手节快到了");
if ((month == 7) && (date == 13)) document.write("今天是左手节");
if ((month == 8) && (date > 5) && (date < 10)) document.write("教师节快到了");
if ((month == 8) && (date == 10)) document.write("今天是教师节");
if ((month == 8) && (date > 13) && (date < 18)) document.write("日本侵华战争纪念日快到了");
if ((month == 8) && (date == 18)) document.write("今天是日本侵华战争纪念日");
if ((month == 8) && (date > 22) && (date < 27)) document.write("世界旅游日快到了");
if ((month == 8) && (date == 27)) document.write("今天是世界旅游日");
if ((month == 8) && (date > 25) && (date < 31)) document.write("中华人民共和国国庆节快到了");
if ((month == 9) && (date == 1)) document.write("今天是中华人民共和国国庆节");
if ((month == 9) && (date > 4) && (date < 9)) document.write("世界邮政日快到了");
if ((month == 9) && (date == 9)) document.write("今天是世界邮政日");
if ((month == 9) && (date > 11) && (date < 16)) document.write("世界粮食日快到了");
if ((month == 9) && (date == 16)) document.write("今天是世界粮食日");
if ((month == 10) && (date > 5) && (date < 10)) document.write("世界青年日快到了");
if ((month == 10) && (date == 10)) document.write("今天是世界青年日");
if ((month == 11) && (date > 5) && (date < 10)) document.write("世界人权日快到了");
if ((month == 11) && (date == 10)) document.write("今天是世界人权日");
if ((month == 11) && (date > 20) && (date < 25)) document.write("圣诞节快到了");
if ((month == 11) && (date == 25)) document.write("今天是圣诞节");
document.write("<br></font>");
//-->
</SCRIPT>
特别声明:本文为城市头条城市号作者或机构上传并发布,仅代表该作者或机构观点,不代表城市头条的观点或立场,城市头条仅提供信息发布平台。
版权声明:版权归著作权人,转载仅限于传递更多信息,如来源标注错误侵害了您的权利,请来邮件通知删除,一起成长谢谢
欢迎加入:城市号,开启无限创作!一个敢纰漏真实事件,说真话的创作分享平台,一个原则:只要真实,不怕事大,有线索就报料吧!申请城市号请用电脑访问https://mp.chengshitoutiao.com。