RE: [flexcoders] Working with date/Time in FB

2010-06-29 Thread Scott
@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Scott Sent: Monday, June 28, 2010 6:41 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Working with date/Time in FB I am using remoteobject. The following code returns the same timezone information as my workstation

RE: [flexcoders] Working with date/Time in FB

2010-06-28 Thread Scott
@yahoogroups.com Subject: Re: [flexcoders] Working with date/Time in FB mx:DataGrid x= 68 y= 446 id= dataGrid dataProvider= { getAlltblreservationResult.lastResult } visible= false uh, are you using a web service instead of remote object? how did you confirm your cf server's

RE: [flexcoders] Working with date/Time in FB

2010-06-27 Thread Smin Rana
Are you sure server and FB got same timezone? I think you got some problem with your manipulation of before you set it to datagrid can you show the code where you set date on datagrid? Response date as a string from cf and set it on datagrid without any formatting? -Original Message-

RE: [flexcoders] Working with date/Time in FB

2010-06-27 Thread Scott
] Working with date/Time in FB Are you sure server and FB got same timezone? I think you got some problem with your manipulation of before you set it to datagrid can you show the code where you set date on datagrid? Response date as a string from cf and set it on datagrid without any

RE: [flexcoders] Working with date/Time in FB

2010-06-27 Thread Smin Rana
-2010 03:27:00 Subject: RE: [flexcoders] Working with date/Time in FB I just verified both server and client are at the same time and same timezone. I wasn't doing anything special with the object I was returning initially when it was giving me the wrong time. I literally assigned the dataGrid

Re: [flexcoders] Working with date/Time in FB

2010-06-27 Thread Andriy Panas
: flexcoders@yahoogroups.com flexcoders%40yahoogroups.com] On Behalf Of Smin Rana Sent: Sunday, June 27, 2010 7:30 AM To: flexcoders@yahoogroups.com flexcoders%40yahoogroups.com Subject: RE: [flexcoders] Working with date/Time in FB Are you sure server and FB got same timezone? I think you got some

RE: [flexcoders] Working with date/Time in FB

2010-06-27 Thread Tracy Spratt
:27 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Working with date/Time in FB I just verified both server and client are at the same time and same timezone. I wasn't doing anything special with the object I was returning initially when it was giving me the wrong time. I

RE: [flexcoders] Working with date/Time in FB

2010-06-27 Thread Scott
you help you in this case, again debug the code and take a look of the network monitor Of FB. -Original Message- From: Scott Sent: 06-28-2010 03:27:00 Subject: RE: [flexcoders] Working with date/Time in FB I just verified both server and client are at the same time and same timezone. I

RE: [flexcoders] Working with date/Time in FB

2010-06-27 Thread Scott
Of Scott Sent: Sunday, June 27, 2010 4:27 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Working with date/Time in FB I just verified both server and client are at the same time and same timezone. I wasn't doing anything special with the object I was returning initially

Re: [flexcoders] Working with date/Time in FB

2010-06-27 Thread Paul Hastings
mx:DataGrid x= 68 y= 446 id= dataGrid dataProvider= { getAlltblreservationResult.lastResult } visible= false uh, are you using a web service instead of remote object? how did you confirm your cf server's in the same tz as your w/s? it's possible that the OS JVM that cf's running under