new Date("05-MAY-09 03.55.50")
is any thing wrong with this ? i am getting illegalArgumentException
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Don’t use this method, as it has been deprecated for years (and years). Use DateFormat.parse() in which you can easily define the format you want to parse.