iPhone: convert Nsstring to Nsdate on device timezone
Posted
by Rupesh
on Stack Overflow
See other posts from Stack Overflow
or by Rupesh
Published on 2010-05-03T06:15:24Z
Indexed on
2010/05/03
6:28 UTC
Read the original article
Hit count: 755
hi all, I received date from Web service which is in GMT + 1 format (2010-02-25T20:16:50.387+05:30). I want to convert in NSdate. I have no proper idea about date formatter.
Please suggest that how can i Change this nsstring value to current date format (Time zone)
© Stack Overflow or respective owner