what is the type of your "field". if it is Date then
you should do like,
resultSet.getDate("field");
if it is
String then you should do like,
resultSet.getString("field");
but it should be Date. and are you sure you have some values in your Date field?? try to get the record using some Database client tool.