I am taking date input from DateField in flex. And I have an XML file with date in YYYY/MM/DD format i.e string format. How to convert this string to Date object? And I have to compare these two values?
I am getting "Tue Feb 4 00:00:00 GMT-0800 2014" this type of output from the DateField selection. And I have to use "dateCompare()" function(It's like restriction).