I receive a date in the format below from a json file. Im not sure but i think its formatted by DataContractJsonSerializer Class in the .Net framework. The date looks like this
\/Date(1255993200000+0100)\/
I was wondering if anyone would know how i would convert this into normal dates on iOS or if i have to do anything to change it.
Thanks,
Try this
and pass string using
[NSString stringWithFormat:...]to this functionThis helped for me and hope it helps you