I would like to be able to do a clean I18N with date format.
The problem is that the date format (dd/mm/yyyy) is used in javascript
(for a date picker), in html (with the template tag now, for its format
too) and in python, to parse a date and transform it into Python date
using python-dateutil.
So I have absolutely no idea about how to do that, can anybody help me ?
TIA.