RE: [flexcoders] Re: how can i stop my date-time timezone data from b eing adjusted

2005-05-22 Thread Matt Chotin
the dates fixing them up initially.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of bhaq1972 Sent: Friday, May 20, 2005 11:13 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: how can i stop my date-time timezone data from b eing

RE: [flexcoders] Re: how can i stop my date-time timezone data from b eing adjusted

2005-05-20 Thread Tracy Spratt
oders@yahoogroups.com Subject: [flexcoders] Re: how can i stop my date-time timezone data from b eing adjusted Thanks Manish. I tried out your suggestion but i would still prefer to change the dataProvider value to be the same as the value in the database, rather than just effect the rendering. thank

[flexcoders] Re: how can i stop my date-time timezone data from b eing adjusted

2005-05-20 Thread bhaq1972
Thanks Manish. I tried out your suggestion but i would still prefer to change the dataProvider value to be the same as the value in the database, rather than just effect the rendering. thanks bod --- In flexcoders@yahoogroups.com, Manish Jethani <[EMAIL PROTECTED]> wrote: > On 5/20/05, bh

Re: [flexcoders] Re: how can i stop my date-time timezone data from b eing adjusted

2005-05-20 Thread Manish Jethani
On 5/20/05, bhaq1972 <[EMAIL PROTECTED]> wrote: >Do you have any recommendation how i would > apply this code before binding to a datagrid. My result handlers > after an async call usually look like this > > function resultHandler(result){ > datagrid1.dataProvider = result; > } Use a DataGridC

[flexcoders] Re: how can i stop my date-time timezone data from b eing adjusted

2005-05-20 Thread bhaq1972
Thanks once again Matt. always a helping hand. Your code worked. It adjusted the date value. Do you have any recommendation how i would apply this code before binding to a datagrid. My result handlers after an async call usually look like this function resultHandler(result){ datagrid1.dataPro