Traditional Culture Encyclopedia - The 24 Solar Terms - Use js to realize the number of festivals closest to the current time. If it can be used, it can be used to add points.
Use js to realize the number of festivals closest to the current time. If it can be used, it can be used to add points.
//Define 24 solar terms
Calendar. Sun $ TERM = new array ("slight cold", "severe cold", "beginning of spring", "rain", "fright", "vernal equinox", "Qingming", "Grain Rain", "long summer", "small full", "awn seed", "summer solstice" and "slight summer heat")
//Define Lunar Holidays
Calendar.lftv = new array ("0101* Spring Festival", "0 1 15 Lantern Festival", "0505 Dragon Boat Festival", "0707 Qixi Valentine's Day" and "07 15"
//Define Gregorian holidays
Calendar. Sftv = new array ("0 10 1 * New Year's Day", "02 14 Valentine's Day", "0308 Women's Day", "03 12 Arbor Day" and "03 15 Consumer Rights Day". 0504 Youth Day, 05 12 Nurses' Day, 060 1 Children's Day, 0929 Wu Xiao's Birthday, 070 1 Commemorating the Party Building Day of Hong Kong's Return, 080 1 Army Day, etc. 0928 Confucius' Birthday, 100 1* National Day, 1006 Senior Students' Day, 1024 United Nations Day, 12 Sun Yat-sen's Birthday, ""
//Define Lunar Date Objects
/*
Complete the definition of lunar date type object.
Calculates the lunar calendar, and the incoming date returns the lunar date object.
The attribute of this object is .year.month.day.islam.yearcyl.daycyl.moncyl.
*/
Function datelunar (objdate) (
Variable I, leap=0, temp=0.
Var base date = new date (1900,0,31)
var offset =(objDate-baseDate)/86400000
this . obj date = obj date;
this.dayCyl = offset + 40
this.monCyl = 14
for(I = 1900; I & lt2050 & amp& ampoffset & gt0; i++) {
temp = this . lyeardays(I);
Offset-= temperature
this.monCyl += 12
}
if(offset & lt; 0) {
offset+= temp;
I-;
this.monCyl -= 12
}
This year = me
this.yearCyl = i- 1864
Leap = this.leapMonth(i) // What month is it?
this.isLeap = false
for(I = 1; I< 13. & ampoffset & gt0; i++) {
//leap month
if(leap & gt; 0 & amp& ampI = =(leap+ 1)& amp; & ampthis.isLeap==false){
-Me;
this.isLeap = true
temp = this . leap days(this . year);
} Otherwise {
temp = this.monthDays(this.year,I);
}
//mention leap month
if(this . is leap = = true & amp; & ampi==(leap+ 1))
this.isLeap = false
Offset-= temperature
if(this.isLeap == false)
this.monCyl ++
}
if(offset = = 0 & amp; & ampleap & gt0 & amp& ampi==leap+ 1)
If (this. islap) {
this.isLeap = false
} Otherwise {
this.isLeap = true
-Me;
-this . moncyl;
}
if(offset & lt; 0){
offset+= temp; -Me;
-this . moncyl;
}
This month = me
this.day = offset + 1
}
Date lunar. prototype. lunar info = New array (
0x04bd8,0x04ae0,0570,0x054d5,0x0d260,0x0d950,0x 16554,0x056a0,0x09ad0,0x055d2,
0x04ae0,05b6,04d0,0x0d250,0x 1d255,0x0b540,0x0d6a0,0da2,0x095b0,0x 14977,
0x04970,04b0,0x0b4b5,0x06a50,0x06d40,0x 1ab54,0x02b60,0x09570,0x052f2,0x04970,
0x06566,0x0d4a0,0x0ea50,0x06e95,0x05ad0,0x02b60,0x 186e3,0x092e0,0x 1c8d7,0x0c950,
0x0d4a0,0x 1d8a6,0x0b550,0x056a0,0x 1a5b4,0x025d0,0x092d0,0x0d2b2,0950,0x0b557,
0x06ca0,0x0b550,0x 15355,0x04da0,05d0,0x 14573,0x052d0,09a8,0x0e950,0x06aa0,
0ea6,0b50,0x04b60,0ae4,0570,0x05260,0x0f263,0x0d950,0x05b57,0x056a0,
0x096d0,0x04dd5,0x04ad0,04d0,0x0d4d4,0x0d250,0x0d558,0x0b540,0x0b5a0,0x 195a6,
0x095b0,0x049b0,0974,04b0,0x0b27a,0x06a50,0x06d40,0f46,0b60,0x09570,
0x04af5,0x04970,0x064b0,0x074a3,0x0ea50,0x06b58,0x055c0,0b60,0x096d5,0x092e0,
0x0c960,0x0d954,0x0d4a0,0x0da50,0x07552,0x056a0,0bb7,0x025d0,0x092d0,0x0cab5,
0950,0x0b4a0,0x 0ba 4,0d50,0x055d9,0x04ba0,05b0,0x 15 176,0x052b0,0930,
0x07954,0x06aa0,0d50,0x05b52,0x04b60,06e6,04e0,0x0d260,0x0ea65,0x0d530,
0x05aa0,0x076a3,0x096d0,0x04bd7,0x04ad0,04d0,0x 1d0b6,0x0d250,0x0d520,0x0dd45,
0x0b5a0,0x056d0,0x055b2,0x049b0,0577,04b0,0a50,0x 1b255,0x06d20,0da0)
Lunar date. Prototype. Animals = new array (mouse, cow, tiger, rabbit, dragon, snake, horse, sheep, monkey, chicken, dog and pig);
date lunar . prototype . gan = new array(" A "、" B "、" C "、" D "、" E "、" Ji "、" G "、" Xin "、" Ren "、" Gui ");
Lunar date. Prototype. Straight = new array (Zi, Ugliness, Yin, Mao, Chen, Si, Wu, Wei, Shen, You, Xu and Hai).
//= = = = Returns the total number of days in the Y year of the lunar calendar.
date lunar . prototype . lyeardays = function(y){
//alert("y = " + y)
var i,sum = 348
for(I = 0x 8000; I & gt0x8 I>> =1) sum+= (this.lunarinfo [y-1900]&; Me)? 1: 0
return(sum + this.leapDays(y))
}
//= = = = Returns the number of days of leap month in the lunar calendar year Y..
date lunar . prototype . leap days = function(y){
if(this.leapMonth(y))
return((this . lunar info[y- 1900]& amp; 0x 10000)? 30: 29)
Otherwise return (0)
}
//= = = = Returns which month is 1- 12 in the lunar year Y, or 0 if there is no leap year.
date lunar . prototype . leap month = function(y){
return(this . lunar info[y- 1900]& amp; 0xf)
}
//= = = = Returns the total number of days in m months in the lunar year Y.
date lunar . prototype . month days = function(y,m) {
return((this . lunar info[y- 1900]& amp; (0x 10000 & gt; & gtm))? 30: 29 )
}
//= = = The incoming offset returns to the main branch, and 0= Jiazi.
date lunar . prototype . cyclic = function(){
//var num = this . objdate . get year()- 1900+36
var num = this . year- 1900+36;
Return (this. Gan [num% 10]+ this. Zhi [No.%12])
}
/* * Returns the month of the day to the Chinese description .......... */
date lunar . prototype . China date = function(){
Var nStr 1 = new array ('days',' one',' two',' three',' four',' five',' six',' seven',' eight',' nine' and' ten');
Var nStr2 = new array ('early',' ten',' 20',' 30','');
var lunarMonth = this.month
var lunarday = this.day
var s;
if(lunar month & gt; 10) {s =' ten'+nstr1[lunar calendar-10]} else {s = nstr1[lunar calendar ]} s+=' month'
Switch (lunar day)
Case 10:s +=' Day 10'; Break;
Case 20:s +=' twenty'; Break;
Case 30:s +=' thirty'; Break;
Default value: s+= nstr2 [math.floor (lunar day/10)]; s+= nstr 1[lunar day % 10];
}
Return order;
}
date lunar . prototype . print = function(){
var cl = ' & ltfont color = " green " STYLE = " font-size:9pt;" & gt Lunar calendar:';
//Lunar BB'+(CLD [d]. "Islam," Leap':'') +cld[d]. lMonth+' month' +cld[d]。 One day.
vartt = this . cyclic()+' year '+this . China date();
return(cl+TT+' & lt; /font & gt;' );
}
//Inherit the date object component to realize the algorithm of lunar calendar date and the algorithm of obtaining holidays.
date . prototype . getdate lunar = function(){
var d = new Date(this.getFullYear()、this.getMonth()、this.getDate()、0,0,0);
Return new date lunar (d);
};
date . prototype . date lunar print = function(){
var date lunar = this . getdate lunar();
Return datelunar.print ();
};
date . prototype . festival print = function(){
var objDate = new Date(this . get full year()、this.getMonth()、this.getDate()、0,0,0);
var objDateLunar = this . getdate lunar();
var iYear = obj date . get year();
var iMonth = obj date . getmonth();
var iDate = obj date . getdate();
Var sTermInfo = new array
(0,2 1208,42467,63836,85337, 1070 14, 128867,
15092 1, 173 149, 19555 1,2 18072,240693,263343,
285989,308563,33 1033,353350,375494,397447,
4 192 10,440795,462224,483532,504758)
var solarTerm = calendar . solarTerm;
var lFtv = Calendar.lFtv
var sFtv = Calendar.sFtv
Var lDPOS = new array (3)
var festival= ' ',solarTerms= ' ',solarFestival= ' ',lunarFestival= ' ',tmp 1,tmp2
//Lunar New Year
For (I'm at lFtv)
if(lFtv[i].match(/^(\d{2})(.{2})([\s\*])(。 +)$/)) {
tmp 1=Number(RegExp。 $ 1)-objDateLunar.month
tmp2=Number(RegExp。 $2)-objDateLunar.day
if(tmp 1 = = 0 & amp; & amptmp2==0) lunarFestival=RegExp。 $4
}
//National Calendar Festival
For (I am at sFtv)
if(sFtv[i]。 match(/^(\d{2})(\d{2})([\s\*])(.+)$/)){
tmp 1=Number(RegExp。 $ 1)-(iMonth+ 1)
tmp2=Number(RegExp。 $2)-iDate
if(tmp 1 = = 0 & amp; & amptmp2==0) solarFestival = RegExp。 $4
}
//solar terms
Tmp 1 = new date ((31556925974.7 * (iyear-1900)+terminfo [imonth * 2+1] * 60000)+date. UTC( 1900,0,6,2,5))
tmp2 = tmp 1.getUTCDate()
if(tmp 2 = = iDate)solarTerms = solarTerm[iMonth * 2+ 1]
Tmp 1 = new date ((31556925974.7 * (iyear-1900)+terminfo [imonth * 2] * 60000)+date. UTC( 1900,0,6,2,5))
tmp2= tmp 1.getUTCDate()
if(tmp 2 = = iDate)solarTerms = solarTerm[iMonth * 2]
if(solarTerms = = ' ' & amp; & ampsolarFestival = = ' ' & amp& amplunarFestival == ' ')
festival =“”;
other
Festival =' & ltbr & gt& ltb> Today is:'+solar terms+'+solar terms+''+Lunar New Year+'';
var cl = ' & ltfont color = " # ff 33 ff " STYLE = " font-size:9pt;" & gt;
return(cl+festival+' & lt; /font & gt;' );
};
The modification of the calendar.js function rewrites the Calendar.dayMouseOver function.
calendar . day mouse over = function(ev){
var El = calendar . getelement(ev);
if (Calendar.isRelated(el,ev) || Calendar。 _C || el.disabled) {
Returns false
}
if (el.ttip) {
if (el.ttip.substr(0, 1)= " _ " {
// -
El . ttip = El . caldate . print(El . calendar . ttdate format)+El . ttip . substr( 1);
//Add Lunar Print ..
El . ttip = El . ttip+" & lt; br >; +El . caldate . datelunar print();
//Add all festivals defined by the printed calendar.
El . ttip = El . ttip+El . caldate . festival print();
}
El . calendar . tooltips . innerhtml = El . ttip;
}
if (el.navtype! = 300) {
Calendar.addClass(el," hi lite ");
if (el.caldate) {
calendar . addclass(El . parent node," rowhilite ");
}
}
Return to Calendar.stopEvent(ev
Compare the numbers.
- Previous article:What's the meaning of offering sacrifices to ancestors in winter solstice?
- Next article:What kind of engine does Sail use?
- Related articles
- Is distant literature recognized by the state?
- Why do Cantonese people attach so much importance to the winter solstice?
- Iveco intake pressure sensor is dedicated.
- Code of automobile circuit fuse box
- Appreciation of proverbs in 24 solar terms songs
- Origin and custom of mango seeds
- What are the customs in hot summer?
- It's the seventh day, and I entered beginning of spring at 1 1. Is your calligraphy about Ji Hai or Geng Zi?
- Guoqing mobile phone wallpaper
- Encyclopedia of Spring Festival Poster Template-How to Make New Year Posters