I have the following String
that represents a Date
:
2017-01-30T19:00:00+0000
I would like to change it to a Date Object using SimpleDateFormat
.
What is the correct format for this string?
I have read the SimpleDateFormat API and cant see anything relating to a T?