public class DateUtil extends Object
| 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) |
Copyright © 2002-2017 Drew Noakes. All Rights Reserved.