var DATA:Date = new Date() day = DATA.getDate() MONTH = DATA.getMonth() YEAR = DATA.getFullYear() trace(day+" " + MONTH + " " + YEAR)