We are currently working on making some changes in DIF. Soon we’ll have candy for you all! Check back for news!

Convert string date to Date type

Posted: July 16th, 2008 | Author: Ivan Valadares | Filed under: Actionscript3, Code | 1 Comment »

var d:Date = new Date(Date.parse(MM/DD/YYYY));

Christmas day
var d:Date = new Date(Date.parse(12/24/2008));


Get difference between two dates in days

Posted: July 16th, 2008 | Author: Ivan Valadares | Filed under: Actionscript3, Code | 2 Comments »