Re: datetimepicker shows 1907 when populated from existing value

2007-06-05 Thread Allen Gilliland
Musachy Barroso wrote: On 6/5/07, Allen Gilliland <[EMAIL PROTECTED]> wrote: I am just using the default settings ... when the form is submitted i see that there are actually 2 values submitted, the dojo.bean.dateString and bean.dateString. the format for dojo.bean.dateString is RFC 3339

Re: datetimepicker shows 1907 when populated from existing value

2007-06-05 Thread Musachy Barroso
On 6/5/07, Allen Gilliland <[EMAIL PROTECTED]> wrote: I am just using the default settings ... when the form is submitted i see that there are actually 2 values submitted, the dojo.bean.dateString and bean.dateString. the format for dojo.bean.dateString is RFC 3339 and the format of bean.dat

Re: datetimepicker shows 1907 when populated from existing value

2007-06-05 Thread Allen Gilliland
I am just using the default settings ... when the form is submitted i see that there are actually 2 values submitted, the dojo.bean.dateString and bean.dateString. the format for dojo.bean.dateString is RFC 3339 and the format of bean.dateString is DateFormat.SHORT (mm/dd/yy). if i start

Re: datetimepicker shows 1907 when populated from existing value

2007-06-05 Thread Musachy Barroso
What is the format of the date in the string? If you stick to RFC 3339 it should be fine : -MM-dd (this is just the value, the display format can be set using the "displayFormat" attribute) musachy On 6/5/07, Allen Gilliland <[EMAIL PROTECTED]> wrote: I'm having a problem with the datetime

datetimepicker shows 1907 when populated from existing value

2007-06-05 Thread Allen Gilliland
I'm having a problem with the datetimepicker where it always thinks the year is 1907 when it gets loaded from an existing value. I have only been able to find this thread on the issue which suggests there is a bug but doesn't really provide any real work around ... http://www.mail-archive.com