|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jurismarches.vradi.services.managers.DateParser2
public class DateParser2
DateParser2.
Better replacement for DateParser.
| Field Summary | |
|---|---|
static SimpleDateFormat |
defaultFormat
|
static String[] |
frequentMasks
formats frequemments rencontrés. |
static SimpleDateFormat |
usFormat
|
static String[] |
usMasks
formats en Locale.US. |
static String[] |
variantMasks
autres formats et variantes. |
| Method Summary | |
|---|---|
static Date |
parse(String source)
|
static Date |
parse(String source,
SimpleDateFormat dateFormat,
String... masks)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final SimpleDateFormat defaultFormat
public static final SimpleDateFormat usFormat
public static final String[] frequentMasks
public static final String[] variantMasks
public static final String[] usMasks
| Method Detail |
|---|
public static Date parse(String source)
public static Date parse(String source,
SimpleDateFormat dateFormat,
String... masks)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||