public class DateFormatInferencer extends Object
| Constructor and Description |
|---|
DateFormatInferencer() |
| Modifier and Type | Method and Description |
|---|---|
static String |
determineDateFormat(String dateString)
Determine SimpleDateFormat pattern matching with the given date string.
|
static void |
main(String[] args) |
public static String determineDateFormat(String dateString)
dateString - The date string to determine the SimpleDateFormat pattern for.SimpleDateFormatCopyright © 2007-2020. All Rights Reserved.