public final class DateUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isValidDate(String date,
String format,
Locale locale)
Performs date validation checking like Feb 30, etc.
|
public static boolean isValidDate(String date, String format, Locale locale)
date - The candidate String date.format - The given date-time format.locale - The given locale.Copyright © 2003-2015 University of Michigan. All Rights Reserved.