I am working with an API that returns a .NET DateTime object into my iOS application. I'm a little confused at what's going on, the DateTime looks fine when it leaves the API, but when it comes in it goes through JSON and comes in as a string that looks like this:
/Date(1303884000000-0600)/
WTF is that and how can I turn it into a NSDate object??
Thanks!