Skip to content

Instantly share code, notes, and snippets.

View nestserau's full-sized avatar

Cheetah694 nestserau

  • Nederland, Randstad
  • 10:11 (UTC +01:00)
View GitHub Profile
/**
* This will convert DateTime (.NET) object serialized as JSON by WCF to a NSDate object.
*/
+ (NSDate *)dateFromJSONTicks:(NSString *)inputString;