I have string like below and I need to convert this as a date in java
"Tue Sep 30 00:00:00 GMT+05:30 2014"
This is a string representation of the java date object. I get it as a string where I need to parse it like "30 Sep 2014"
I thought if I could get this as a date object I can get whatever format I want using simpledateformat. But the problem is how do I get the date Object from this string