|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.pangaea.metadataportal.utils.LenientDateParser
public final class LenientDateParser
Simple static class to parse date/times very lenient. This class will be changed in future, as date/time parsing will be refactored in panFMP.
| Method Summary | |
|---|---|
static void |
main(String[] argv)
For testing the parser from command line. |
static Date |
parseDate(String date)
Parses a string to a Date |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Date parseDate(String date)
throws ParseException
Date
ParseException
public static void main(String[] argv)
throws Exception
Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||