I am getting date from server as response in format MM/DD/YYYY in numeric as 8/14/2012.
Now, I am in a need to convert this format from 8/14/2012 to 14 Aug 2012.
Is it possible to do this with some in-built logic’s or I need to prepare some custom code of Java to fetch the required format.
Please suggest me.
Use date format for your requirement.
you can find various date formats here