Re: [flexcoders] MSSQL date field error: Error #1034: Type Coercion failed: cannot convert 2008-03-19 00:00:00.0 to Date.

2010-04-18 Thread Wally Kolcz
Nevermind. I found the DateFriend Class has a stringToDate function that worked like a charm.

[flexcoders] MSSQL date field error: Error #1034: Type Coercion failed: cannot convert 2008-03-19 00:00:00.0 to Date.

2010-04-17 Thread Wally Kolcz
Anyone came across this bizarre error and know how to fix it? I am passing a value in result (which is typed datetime in MSSQL) to a function asking for a birthday variable, typed as Date, and its throwing this error. Never had this problem when I was using the same AS3 function and value with