fmt = DateFormat.getDateTimeInstance( DateFormat.SHORT, DateFormat.SHORT, loc);
return (columnType == Types.DATE || columnType == Types.TIMESTAMP);
// Print a short date and time using the specified locale return new StringElement(fmt.format(rs.getDate(index)));