Does exist an "user friendly" Date text converter and/or formatter package?
I'd like to specify the format of certain dates, in the way you normally do this, it is... with a string such as 'dd/mm/yyyy' or 'dd/mmm/yyyy'. Date's #printOn:format: expects a different parameter, which seems really convoluted. [1] And because I'll convert back and forth from/to String I'd like to know if there is a parser (other than DateParser). Thank you! Esteban A. Maringolo [1] compared with popular casting/formatting functions found in other languages/dialects