Flex Quicktip: Parsing a date string
15-10-2008This is more a note to myself because I did not knew about Date.parse();. I had that problem that I’m storing Dates as a Date String like “Wed Oct 15 00:38:59 GMT-0400 2008″ in XML-Files and somehow was not able to get it back to the DateField Component. I always got an conversion error on […]


