Description
Trying to use a java.sql.Date value for inputCalendar results in IllegalArgumentException, thrown by the deprecated method getHour of java.sql.Date.
java.util.Date does not throw any exceptions when getHour is invoked.
Attachments
Attachments
Issue Links
- is duplicated by
-
TOMAHAWK-1434 The extentende SimpleDateFormat calls deprecated methods of java.sql.Date like Date.getYear, Date.getMonth
- Closed