You can do that with a bsh snippet, see invoiceforms.xml for examples.
On Tuesday 24 July 2007 15:08, sqlien wrote: > Hi, > > I would like to display only the date(yyyy-mm-dd) of my field of the type > timestamp in my include form. How to do it ? > this my form: > > <form name="listInscription" type="list" > list-name="list" target="viewInscrCertif" title="" > paginate-target="viewInscrCertif" > default-title-style="tableheadtext" > default-widget-style="tabletext" default-tooltip-style="tabletext" > > > <field name="dateInscr" title="Date d'inscr"> > <display/> > </field> > <field name="Note" title="Note obtenue"> > <display/> > </field> > </form> > > Thanks for your help
