I have Calender object as follows--
final Calendar calendar = Calendar.getInstance();
and I want to get/extract date from above Calendar object in the following format--
"Sat Jul 20 14:53:36 GMT+02:00 2013"
Can anybody please tell me How can I do this..!!