On 02 Sep 2014, at 23:15, Sean P. DeNigris <[email protected]> wrote:
> Esteban A. Maringolo wrote >> Curiosity #1: Why did you use an example date string instead of using >> regular patterns like yyyy, dd, hh/hh24, etc? > > I like the example concept because the user has less to remember (even if > those date patterns are pretty well-known). Although, I noticed an example > date of 10/10/14 - how does it decide which is the month and which the day? Hmm, that is not possible, where did you see that ? Maybe you got the example and the input mixed up ? You instantiate the format based on a example (#fromString:) and then you use that to either #parse: or #format:
