Searched refs:JS_GetMonthFromTime (Results 1 – 4 of 4) sorted by relevance
19 int JS_GetMonthFromTime(double dt);
187 int JS_GetMonthFromTime(double dt) { in JS_GetMonthFromTime() function
160 int month = JS_GetMonthFromTime(date) + 1; // One-based. in printd()
393 int nMonth = JS_GetMonthFromTime(dt) + 1; in ParseNormalDate()475 int nMonth = JS_GetMonthFromTime(dt) + 1; in MakeRegularDate()735 int nMonth = JS_GetMonthFromTime(dDate) + 1; in MakeFormatDate()