i have been trying to print Java Data in JSP and unable to do certain fields of HTML5 Tag,
1) datetime-local : Java Format - String - " 2018-06-26 13:30:13.0"
Html Format - datetime-local requires -> " 2018-06-26T 13:30:13.0"
So is there any parser, which i can use in java to convert it?
2) check box : Java Format - boolean - "true"
can i use the boolean data to mark it true in HTML 5 checkbox.
i am new to SpringMVC 3, is there any library to use in HTML to make it work?