I had column in database whose datatype is in varchar but it accepts value in dateformat.
On my browse screen i want to set the value for the field in dateformat dd/MMM/yyyy but since datatype is varchar it throws exception as “IllegalArgumentException: Unsupported date type class java.lang.String”. So is there any solution that user must select able to select date and the same value Stored in string in database.