I am not sure if this should be categorized as issue or an additional feature.
If you have a date formatted cell, the ResultSet.getString method returns the
representation value of String and not the date value in standard format.
Consider a date "22. Dezember 1963" - a german localized date then you get
exact string. When it should return the date which can be used directly to
store in Database.
Now there is another method getTimeStamp to return date from resultset but it
throws null pointer exception if the cell is empty. This should be null value
instead.
Original issue reported on code.google.com by hanuma...@gmail.com on 6 Aug 2013 at 2:53
Original issue reported on code.google.com by
hanuma...@gmail.com
on 6 Aug 2013 at 2:53