Subject: | The developer should be able to make the format and date_start/end attributes of date fields dynamic |
In my app I may want the format of a date field to be different
according to my config: e.g. mm/dd/yyyy in US and dd/mm/yyyy in Europe.
I also may want the date_start and date_end fields to be computed e.g.
relative to the current date.
If a interface for this could be decided I would be happy to contribute.