As promised in the last post, here’s my tiny plugin…
and this is the readme:
IntlDate Date or DateTime Columns are usually show in forms with the date helpers. However, often you just want a textfield, instead of the multiple combo boxes. This will work, but dates are displayed in the database format (2008-03-13 14:55:44). While that is readable, it’s usually not what your users expect.
To display dates, you can define formats used in the to_s method of the Date objects ...