◆ getDate()
static Date org.turro.elephant.calendar.Iso8601DateFormat.getDate |
( |
String |
date | ) |
|
|
static |
Definition at line 46 of file Iso8601DateFormat.java.
48 return dateFormat.get().parse(date);
49 }
catch (ParseException ex) {
50 Logger.getLogger(Iso8601DateFormat.class.getName()).log(Level.SEVERE, ElephantContext.logMsg(date), ex);
◆ getString()
static String org.turro.elephant.calendar.Iso8601DateFormat.getString |
( |
Date |
date | ) |
|
|
static |
The documentation for this class was generated from the following file: