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

[flexcoders] Working with date/Time in FB

2010-06-27 Thread Scott
There's something I'm not completely understanding yet. I've coded around it but I'm not feeling comfortable with my solution. My FB4 app links up with CF9 and I'm working with dates and times. When I pull up a date from CF9 into a FB4 datagrid the time shows off by one hour. Eg.

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

2010-06-27 Thread Smin Rana
- From: Scott Sent: 06-27-2010 19:19:40 Subject: [flexcoders] Working with date/Time in FB There's something I'm not completely understanding yet. I've coded around it but I'm not feeling comfortable with my solution. My FB4 app links up with CF9 and I'm working with dates and times. When I

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

2010-06-27 Thread Scott
formatting? -Original Message- From: Scott Sent: 06-27-2010 19:19:40 Subject: [flexcoders] Working with date/Time in FB There's something I'm not completely understanding yet. I've coded around it but I'm not feeling comfortable with my solution. My FB4 app links up with CF9 and I'm working

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] 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 to the CFobject that was being

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