Home | History | Annotate | Download | only in javascript

Lines Matching refs:iMonth

300 		int iYear,iMonth,iDay,iHour,iMin,iSec;

302 iMonth = jsDate.GetMonth();
310 time.tm_mon = iMonth;
315 //COleDateTime cppTm(iYear,iMonth+1,iDay,iHour,iMin,iSec);
325 (FX_LPCWSTR)L"m", iMonth+1,
363 // strFormat.Format((FX_LPCWSTR)L"%d,%d,%d,%d,%d,%d",iYear, iMonth, iDay, iHour, iMin, iSec);
396 int iYear,iMonth,iDay,iHour,iMin,iSec;
398 iMonth = jsDate.GetMonth();
406 time.tm_mon = iMonth;
411 // COleDateTime cppTm(iYear,iMonth+1,iDay,iHour,iMin,iSec);
421 (FX_LPCWSTR)L"m", iMonth+1,
459 // strFormat.Format((FX_LPCWSTR)L"%d,%d,%d,%d,%d,%d",iYear, iMonth, iDay, iHour, iMin, iSec);