How put date format i try with
columnFormatters.put(“Send Date”, new SuffixColumnFormatter(“dd-MMM-yyyy”));
java.lang.NumberFormatException: For input string: “Sun Nov 20 00:00:00 AST 2016”
How put date format i try with
columnFormatters.put(“Send Date”, new SuffixColumnFormatter(“dd-MMM-yyyy”));
java.lang.NumberFormatException: For input string: “Sun Nov 20 00:00:00 AST 2016”
It can be accomplished by specifying the propertyId in the withDateFormattingProperties of the component configuration and the “dd-MMM-yyyy” can be handled at sheet level using withDateFormat method
Refer Advanced Demo Snippet :)