How to convert int type of date ArrayList to date format like 24/05/2014.?in java
getLoyalityExpiryDate() this method returns arraylist ,from this type of int arralist dates to type of String arraylist dates transformation I need .please help me.
example:20140524(arrayList) to 24/05/2014(Arraylist)?in java
Thanks in advance.