public class DateUtil
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private static int[] |
_daysInMonth365 |
| Constructor and Description |
|---|
DateUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isValidDate(int year,
int month,
int day) |
static boolean |
isValidTime(int hours,
int minutes,
int seconds) |