Hi
I have been using the sorting feature for string data as below
((MutableSortDefinition) holder.getSort()).setProperty(req.getParameter("sortOn"));
((MutableSortDefinition) holder.getSort()).setToggleAscendingOnProperty(true);
holder.resort();
But when i use the same for dates it is not working could any one give an example how to implement the same for dates?
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi
I have been using the sorting feature for string data as below
((MutableSortDefinition) holder.getSort()).setProperty(req.getParameter("sortOn"));
((MutableSortDefinition) holder.getSort()).setToggleAscendingOnProperty(true);
holder.resort();
But when i use the same for dates it is not working could any one give an example how to implement the same for dates?
Thanks