Specify display column (default with sorting capability): “aoColumns” : [ { “sTitle” : “Agency Code”, “mData” : “agencyCode” }, { “sTitle” […]
Read MoreSpring MVC serializer calendar to json
In this article, I’m using thymeleaf and data tables as my view, backend is Spring MVC Restful render list of […]
Read MoreJoda DateTime to String
This is a short post that show you how to format Joda date time to String and String to Joda […]
Read MoreSpring property editor
This tutorial I will demonstrate how to create PropertyEditor to perform the conversion. First convert DateTime to String and print […]
Read More