I tried to get a NSDate from a NSString with UNKNOWN format, So I wrote a function like below
-(void)dateFromString:(NSString*)string {
NSE
Actually, the method I wrote works really well :). Unfortunately, the Region Format in my test phone was set to US and was never set back to Australia : My bad..
@joiningss : Throw some random formatted date string to that methods and you will be amazed, how apple has made it easy for developers. Anyway, thank you so much.
@mrt,Chavda&Greg : Thanks a lot guys. I really appreciate your help.