S2.1.1 sx:datetimepicker seem to ignore displayFormat on submit

2007-11-14 Thread Giovanni Azua
hi, In version 2.0.9 I had a datetimepicker with custom user-defined conversion that worked fine. After migrating to S 2.1.1 my conversion class on submit receives the beginDate in the wrong format, instead of the expected .MM.dd I get something like dd-MM-Ttime part. Seems like a

Re: S2.1.1 sx:datetimepicker seem to ignore displayFormat on submit

2007-11-14 Thread Musachy Barroso
Actually it was wrong in 2.0.x, on 2.1 the date will always be submitted as RFC 3339, if you define your field as a Date, or a Calendar object you won't have to do any conversion at all. musachy On Nov 14, 2007 5:24 AM, Giovanni Azua [EMAIL PROTECTED] wrote: hi, In version 2.0.9 I had a

Re: S2.1.1 sx:datetimepicker seem to ignore displayFormat on submit

2007-11-14 Thread Giovanni Azua
hi, Ok good to know! thanks! We need a special integer-based format and not Date but this makes the conversion actually simpler. Thanks! Best regards, Giovanni Musachy Barroso wrote: Actually it was wrong in 2.0.x, on 2.1 the date will always be submitted as RFC 3339, if you define your