Convert string date to Date type
var d:Date = new Date(Date.parse(MM/DD/YYYY));
Christmas day
var d:Date = new Date(Date.parse(12/24/2008));
var d:Date = new Date(Date.parse(MM/DD/YYYY));
Christmas day
var d:Date = new Date(Date.parse(12/24/2008));
September 16th, 2008 at 12:21 am
Well thats pretty simple - but I cannot believe that flex will not allow you to include time in that. What if I have YYYY-MM-DD HH:MM:SS??
October 24th, 2008 at 9:06 am
Интересная статья. Спасибо!
October 29th, 2008 at 9:23 am
Интересная статья. Спасибо!