Re: datetimepicker dateformat problem

2007-05-16 Thread Musachy Barroso
mean't displayFormat. If I use displayFormat="dd/MM/" I get a convertor error when I post the form. -Original Message- From: Musachy Barroso [mailto:[EMAIL PROTECTED] Sent: 16 May 2007 14:19 To: Struts Users Mailing List Subject: Re: datetimepicker dateformat proble

RE: datetimepicker dateformat problem

2007-05-16 Thread David Harland
:10 > To: Struts Users Mailing List > Subject: Re: datetimepicker dateformat problem > > The dateFormat should not be used and will be removed. Date will > always be submitted as RFC 3339. > > musachy > > On 5/16/07, David Harland <[EMAIL PROTECTED]> wrote: > > >

Re: datetimepicker dateformat problem

2007-05-16 Thread Musachy Barroso
use "displayFormat" musachy On 5/16/07, David Harland <[EMAIL PROTECTED]> wrote: How can I format the displayed date? -Original Message- From: Musachy Barroso [mailto:[EMAIL PROTECTED] Sent: 16 May 2007 14:10 To: Struts Users Mailing List Subject: Re: datetimep

RE: datetimepicker dateformat problem

2007-05-16 Thread David Harland
How can I format the displayed date? -Original Message- From: Musachy Barroso [mailto:[EMAIL PROTECTED] Sent: 16 May 2007 14:10 To: Struts Users Mailing List Subject: Re: datetimepicker dateformat problem The dateFormat should not be used and will be removed. Date will always be

Re: datetimepicker dateformat problem

2007-05-16 Thread Musachy Barroso
The dateFormat should not be used and will be removed. Date will always be submitted as RFC 3339. musachy On 5/16/07, David Harland <[EMAIL PROTECTED]> wrote: Hi, If I use the datetimepicker and add the dateFormat="dd/MM/" attribute. When the form is posted I get a convertor error. If I l

datetimepicker dateformat problem

2007-05-16 Thread David Harland
Hi, If I use the datetimepicker and add the dateFormat="dd/MM/" attribute. When the form is posted I get a convertor error. If I leave it as the default format there is no problem. Does anyone know why please. Thanks Dave. _