Searched refs:JS_GetDayFromTime (Results 1 – 4 of 4) sorted by relevance
136 int JS_GetDayFromTime(double dt);
571 return JS_GetDayFromTime(JS_LocalTime(JS_ToNumber(m_pDate))); in GetDay()
526 int nDay = JS_GetDayFromTime(dt); in ParseNormalDate()617 int nDay = JS_GetDayFromTime(dt); in MakeRegularDate()920 int nDay = JS_GetDayFromTime(dDate); in MakeFormatDate()
941 int JS_GetDayFromTime(double dt) in JS_GetDayFromTime() function