Searched refs:monthFormat (Results 1 – 3 of 3) sorted by relevance
94 private DateFormat monthFormat[] = new DateFormat[2]; field in CalendarFrame213 monthFormat[0] = monthFormat[1] = null; in init()257 if (monthFormat[i] == null) { // TODO: optimize in updateMonthName()266 monthFormat[i] = f; in updateMonthName()273 monthLabel[i].setText( monthFormat[i].format( calendarPanel.firstOfMonth() )); in updateMonthName()304 monthFormat[j] = null; in itemStateChanged()317 monthFormat[i] = null; in itemStateChanged()
166 static DateFormat monthFormat = new SimpleDateFormat("MMM"); field in ReadSql.DateMap185 result.append(monthFormat.format(new Date(year - 1900, month - 1, 1))); in toString()
127 '$%%/months/default' > '|default|monthFormat';