0
Comment puis-je convertir NSString en NSDate?Comment puis-je convertir NSString en NSDate?
de ces cordes:
NSString *year = @"2010";
NSString *month = @"3";
NSString *day = @"12";
pour changer UIDatePicker.Thanks