Home | History | Annotate | Download | only in src

Lines Matching refs:day

161   // and same starting day for the year. The ECMAscript specification says
167 int year, month, day;
168 YearMonthDayFromDays(days, &year, &month, &day);
169 int new_days = DaysFromYearMonth(EquivalentYear(year), month) + day - 1;
175 // - week day of first day.
186 // the corresponding year, month, and day.
187 void YearMonthDayFromDays(int days, int* year, int* month, int* day);
190 // the first day of the given month in the given year.
269 // Year/Month/Day cache.