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.SimpleDateFormat
Copyright © 2007-2014. All Rights Reserved.