objective c and NSDate

Posted by Amir on Stack Overflow See other posts from Stack Overflow or by Amir
Published on 2010-06-12T09:22:19Z Indexed on 2010/06/12 9:22 UTC
Read the original article Hit count: 319

Filed under:

hello all, I am looking for component that can handle a spesific date.

what i am trying to do is to get Astring fron sever that represent date(for example 04-08-2012) in my iphone i want to be able to "work" with this date. such to compare it to another date , check if the date in the past or future and to print it to the app GUI

i tried work with NSDate but i didnt found how can i set a spesific date?

thanks

© Stack Overflow or respective owner

Related posts about objective-c