Ejemplo n.º 1
0
 public static Date asDate(String value, String format) {
   return DateUtils.asDate(value, format);
 }
Ejemplo n.º 2
0
 public static Date asDate(String value) {
   return DateUtils.asDate(value);
 }