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