public String reformatDate(String text) throws ParseException { SimpleDateFormat date = new SimpleDateFormat("MM/dd/yyyy h:m:s:"); }
public String reformatDate(String text) throws ParseException {
SimpleDateFormat date = new SimpleDateFormat("MM/dd/yyyy h:m:s:");
}