Does any one know how to keep the Date in the correct format when bringing it from SQL to FLash through remoting. In the SQL table the field is of type date. Then when i send it to flash mx through remoting and try to put it into the Date object it tells me invalid date. I can send it directly to a dynamic text box for display of the record. The problem comes when you edit the record and send it back to SQL through Flash Remoting. The Date field is not in the correct data type for SQL??? Anyone know a way around this?? I am using CF for the remoting.