7071727374757677
} protected String formatDate(Date date, String configTimeFmt) { Strftime strftime = new Strftime(configTimeFmt, DateTool.LOCALE_US); return strftime.format(date); } }
6162636465666768
6364656667686970
} protected String formatDate(Date date, String configTimeFmt) { Strftime strftime = new Strftime(configTimeFmt, Locale.US); return strftime.format(date); } }
6970717273747576
7172737475767778