Esempio n. 1
0
 private Date load() {
   try {
     return FORMAT.parse(getDateString());
   } catch (ParseException e) {
     return ERROR;
   }
 }