Possible Duplicate:
How to convert a date String to a Date or Calendar object?
How can I convert "16 Nov 2011 08:00"
to a Date object? I tried SimpleDateFormat
but does not works, I get
java.text.ParseException: Unparseable date: "16 Nov 2011 08:00"
or will I have to split the string enter slashes and then give it a try ?