User Profile
Collapse
-
if the type of column which in your table is date, maybe, you should change the format -
maybe,you can write the code like this:
Code:list remList = new ArrayList(); for(int i=0;i<=4;i++){ remList.add(allList.get(i)); } allList.removeAll(remList);
Leave a comment:
-
-
in java, you can use the class SimpleDateForma t which can help us to format String to Date.Leave a comment:
No activity results to display
Show More
Leave a comment: