Change it from a date to a string on the server. -Josh
On Fri, Jun 6, 2008 at 12:49 PM, Don Kerr <[EMAIL PROTECTED]> wrote: > Let me pose the question differently...I simply want to insert the > selectedDate from a DateField into the database and display the > correct date in a dataGrid column. > > Currently I insert myDateField.selectedDate into the database. It > enters into the database in mm/dd/yyyy format. It enters the correct > date into the database. > > I want the dataGrid to display the mm/dd/yyyy that is in the database > exactly. Not mess with it based on which client is viewing it. How? > > > --- In [email protected] <flexcoders%40yahoogroups.com>, > "flash.media" <[EMAIL PROTECTED]> wrote: > > > > Don, Have you accounted for the difference in day formats between AS > and CF? > > AS 0-6 CF 1-7? Just a thought. > > Cheers, > > Craig > > > > --- In [email protected] <flexcoders%40yahoogroups.com>, "Don > Kerr" <fusionpage@> wrote: > > > > > > User selects date from date field. Saves. Date reflected in dataGrid > > > displays GMT-05. Server time zone is GMT-06. Why? > > > > > > PROBLEM > > > The user is scheduling lessons on one day in the future, only to > > > return later to see the date slipped back one day automatically. > > > Trying to diagnose the problem. Thought it might have something to do > > > with how Flex handles the date in the dataGrid? > > > > > > Any ideas as to why dates would change by one day without user > > > intervention? > > > > > > Thanks, > > > Don Kerr > > > > > > > > -- "Therefore, send not to know For whom the bell tolls. It tolls for thee." :: Josh 'G-Funk' McDonald :: 0437 221 380 :: [EMAIL PROTECTED]

