java - Convert String to Date using a specific format -


i have date string:

2013-08-07t11:08:45.000+02:00

i need convert date using simpledateformat have problem format .

try : yyyy-mm-dd't'hh:mm:ss.sssz said here : http://developer.android.com/reference/java/text/simpledateformat.html


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -