[ic] How do I modify the layout of the date-widget in the UI?

Jonathan Clark interchange-users@interchange.redhat.com
Tue May 28 05:39:02 2002


> I have a date-field in my table that uses the yyyy-mm-dd format (mysql). I
> wanted to be able to modify the date in that field with some kind of combo
> box-solution (one combo per Year, month and date), but the date-widget does
> not work for me because it uses the dd-mm-yyy format..
>
>
> Is there any easy solution in how I could handle this, or is it possible to
> format the lay-out of the date-widget?

Currently the date widget lives in Primitive.pm around line 635. You would need to alter/replace this code, or write a new widget.

Jonathan
Webmaint.