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
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
You can use a
Personally I would strongly recommend that you use Joda Time instead of the built-in Java types, but that's a separate discussion... |
|||||||||||
|