How to parse a Java TDate ? i want to parse this into a java Date object. The date value is 2011-11-22T00:00:00-06:00
Share
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.
You can use a
SimpleDateFormat:Personally I would strongly recommend that you use Joda Time instead of the built-in Java types, but that’s a separate discussion…