My server response "Nov 27, 2011 07:00am". Then I put this variable.
String fecha="Nov 27, 2011 07:00am"
but I need in this format:
String fecha="2014-11-27 07:00am";
Then I want to save this string in SQLite as Date.
How can I resolve this?