Hi Yves,

the most easiest thing is to define a global date format
within your dbforms-config.xml file, e.g.:

   <dbforms-config>

        <date-format>yyyy-MM-dd</date-format>
        ....

That should then be used for all date Fields within your 
application. You can override this for a single field
by setting the format attribute as Luca showed.
Have a look at javadoc for class java.text.SimpleDateFormat
about the patterns you can use.

Regards

Dirk


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
DbForms Mailing List

http://www.wap-force.net/dbforms

Reply via email to