I have such string: "Tue, 22 Oct 2013 1:59 pm EEST" i am trying to set these parsing rules:
[formatter setDateFormat: @"EEE, dd MMM yyyy hh:mm a z"];
but this returns nil
when i perform:
[formatter dateFromString: @"Tue, 22 Oct 2013 1:59 pm EEST"];
What's the right regular expression for such format?