Hi all! I need to convert a NSDate to a string using my personal data format... The problem is that this code on the simulator (4.01) crashes... sometimes the code is "freezed", sometimes give the BAD_ACCESS... here is the code:
NSDateFormatter *dateFormat = [[NSDateFormatter alloc] init];