Issue 5126 in pharo: Date format

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Issue 5126 in pharo: Date format

pharo
Status: Accepted
Owner: ----
Labels: Milestone-1.4 Type-Feature

New issue 5126 by [hidden email]: Date format
http://code.google.com/p/pharo/issues/detail?id=5126

The Date class contains the method #yyyymmdd to format a date. In France,  
we use another format: day/month/year. It will be fine to add a new  
standard method #ddmmyyyy:

Date>#ddmmyyyy
        "Answer the receiver rendered in standard French format dd/mm/yyyy."

        ^ self printFormat: #(1 2 3 $/ 1 1)


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker