Menu

#5 Multiple Date format

open
nobody
None
5
2014-08-06
2014-08-06
No

I'm not able to define more than one format to a date Field.

Example:
@CsvField(pos = 6, format = "dd-MM-yyyy")
private Date startDate;

If it is possible it will be a great feature.
Example
@CsvField(pos = 6, format = {"dd-MM-yyyy","dd/MM/yyyy"})

Discussion


Log in to post a comment.