Searched defs:DAY_OF_MONTH (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/java/text/
H A DDateFormat.java909 public final static Field DAY_OF_MONTH = new field in class:DateFormat.Field
910 Field("day of month", Calendar.DAY_OF_MONTH);
/openjdk7/jdk/src/share/classes/java/util/
H A DCalendar.java64 * <code>DAY_OF_MONTH</code>, <code>HOUR</code>, and so on, and for
114 * <code>DAY_OF_MONTH == 32</code> as February 1.
119 * <code>DAY_OF_MONTH</code> values between 1 and the length of the month. A
163 * YEAR + MONTH + DAY_OF_MONTH
182 * JANUARY</code>, <code>DAY_OF_MONTH = 1</code>, etc.
230 * call to <code>set(Calendar.DAY_OF_MONTH, 30)</code> before the call to
253 * <code>DAY_OF_MONTH</code>. No adjustment is made to smaller fields
267 * <code>DAY_OF_MONTH</code> cannot be 31 in September in a
269 * <code>DAY_OF_MONTH</code> to 30, the closest possible value. Although
282 * time. <code>DAY_OF_MONTH</cod
443 public final static int DAY_OF_MONTH = 5; field in class:Calendar
[all...]
H A DFormatter.java3963 case DateTime.DAY_OF_MONTH: { // 'e' (1 - 31) -- like d
4365 static final char DAY_OF_MONTH = 'e'; // (1 - 31) -- like d field in class:Formatter.DateTime
4413 case DAY_OF_MONTH:

Completed in 64 milliseconds