java - DateTimeFormat - Unparsable date format -
can me right patter date format:
20150722t112009,64+02 (which "22 july 2015 11:20:09" < enough)
i have no idea **,64**
nor **+02**
stands can me java date object of string?
my current pattern far:
yyyymmdd't'hhmmss','
the logical conclusion 64
, +02
64 milliseconds
, gmt+02
timezone.
so, pattern be
"yyyymmdd't'hhmmss,ssx"
that give proper date.
Comments
Post a Comment