Home | History | Annotate | Download | only in embenchen

Lines Matching refs:Day

6971           // Day of the year (001-366)
6997 var day = new Date(date.tm_year+1900, date.tm_mon+1, date.tm_mday, 0, 0, 0, 0);
6998 return day.getDay() || 7;
7002 // The first Sunday of January is the first day of week 1;
7020 // Replaced by the week number of the year (Monday as the first day of the week)
7055 var day = new Date(date.tm_year+1900, date.tm_mon+1, date.tm_mday, 0, 0, 0, 0);
7056 return day.getDay();
7060 // The first Monday of January is the first day of week 1;