ios - In what format is this date string? -
im trying convert bunch of nsstrings nsdate objects. here example string:
2013-04-25t15:51:30.427+1.00
but can't figure out format in, far have (the question marks bits i'm stumped with):
yyyy-mm-ddthh:mm:ss????zzz
the main problem i'm having '.427' part although if i'm making mistake elsewhere, let me know :)
does have ideas? or point me list of possible date format specifiers? found this: http://msdn.microsoft.com/en-us/library/8kb3ddd4.aspx useful doesn't appear have specifier '.427' part i'm stuck on.
any appreciated, thanks.
the proper format yyyy-mm-dd't'hh:mm:ss.ssszzzzz
.
see unicode date format patterns.
also, zzzzz
format +00:00
timezone format added ios 6 , not supported under ios 5 or earlier.