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 -

image - ClassNotFoundException when add a prebuilt apk into system.img in android -