Home | History | Annotate | Download | only in format

Lines Matching refs:startDate

1165         Time startDate;
1167 startDate = new Time(timeZone);
1169 startDate = new Time(Time.TIMEZONE_UTC);
1171 startDate = new Time();
1173 startDate.set(startMillis);
1178 endDate = startDate;
1189 int startJulianDay = Time.getJulianDay(startMillis, startDate.gmtoff);
1215 int startDay = startDate.monthDay;
1216 int startMonthNum = startDate.month;
1217 int startYear = startDate.year;
1232 startWeekDayString = startDate.format(weekDayFormat);
1262 boolean startOnTheHour = startDate.minute == 0 && startDate.second == 0;
1312 if (startDate.hour == 12 && startOnTheHour && !noNoon) {
1323 startTimeString = startDate.format(startTimeFormat);
1396 return formatter.format("%s", startDate.format(defaultDateFormat));
1403 String startDateString = startDate.format(defaultDateFormat);
1423 String startMonthString = startDate.format(monthFormat);
1424 String startMonthDayString = startDate.format(MONTH_DAY_FORMAT);
1425 String startYearString = startDate.format(YEAR_FORMAT);
1500 dateString = startDate.format(defaultDateFormat);