Home | History | Annotate | Download | only in util

Lines Matching defs:FEBRUARY

66  * <code>JANUARY</code>, <code>DAY_OF_MONTH</code> == 32 as February 1.  A
257 * better result would be February 28, 1999. Furthermore, if the user
696 * @see #FEBRUARY
997 public final static int FEBRUARY = 1;
1567 * current date. For example, with the Gregorian date February 3, 1997
1569 * is 28; for February 3, 1996 it is 29.
1641 * February 28, 1995. Calling it one more time will give March 28, 1995, which
1926 // operations like adding years from February 29, 2000 up to
1927 // February 29, 2004. If 1, 1, 1, 1 is added to the year
2034 * lenient interpretation, a date such as "February 942, 1996" will be
2035 * treated as being equivalent to the 941st day after February 1, 1996.