Should Dates & Times be stored as Strings in Flex VO's? If not, what is the proper way to assign a value from the server (which generally comes in as a string) to a Date type in a Flex VO?
I have been struggling with this. I am using AMFPHP and mapping my PHP objects to Flex for calls returned from the server, however, my date fields are not mapping. Does a setter function get call when you are doing VO mapping?? Thanks for the help. Thanks, Kevin

