Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the HTML-FormHandler CPAN distribution.

Report information
The Basics
Id: 58539
Status: resolved
Priority: 0/
Queue: HTML-FormHandler

People
Owner: Nobody in particular
Requestors: pete [...] cubabit.net
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



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.
Latest release has new 'update_fields' and 'update_field_list' methods to make this kind of preference related change easier. See t/update_fields.t