Jasper iReport custom date and custom time
问题 In Excel, I have a date format yyyy.MM.dd hh:mm and a time format hh:mm. I set this as a source for an iReport database. For the date I set a custom date format in iReport, same as in Excel. Then I set class="java.util.Date" . For the time, which class should I choose? I've tried many, none working. I think, the problem is, that I cannot set another custom date format, so the iReport does not recognise it. Thank you for your help. 回答1: It is quite slightly harder to solve this your new case