hi,
is it possible to ad date as String in arraylist
like
ArrayList<String>arrayList = new ArrayList<String>();
arrayList.add("11/11/2010");
and iterate and print it
Printable View
hi,
is it possible to ad date as String in arraylist
like
ArrayList<String>arrayList = new ArrayList<String>();
arrayList.add("11/11/2010");
and iterate and print it
Yup, that's possible.
kind regards,
Jos
ps. and I won't show you how because that would be spoonfeeding.