Searched defs:nMonth (Results 1 – 2 of 2) sorted by relevance
525 int nMonth = JS_GetMonthFromTime(dt) + 1; in ParseNormalDate() local616 int nMonth = JS_GetMonthFromTime(dt) + 1; in MakeRegularDate() local919 int nMonth = JS_GetMonthFromTime(dDate) + 1; in MakeFormatDate() local1583 int nMonth; in MakeInterDate() local
995 double JS_MakeDay(int nYear, int nMonth, int nDate) in JS_MakeDay()