示例#1
0
 public String iso(Date input) {
   return DateFormats.iso8601().print(input.getTime());
 }