SyntaxFix
Write A Post
Hire A Developer
Questions
this worked:
Date date = null; String dateStr = rs.getString("doc_date"); if (dateStr != null) { date = dateFormat.parse(dateStr); }
using SimpleDateFormat.