Uncategorized

I am 788961937573 milliseconds old


var i:* = 24;
				
var now:Date = new Date();
var bday:Date = new Date(1982, 1, 16);
				
if(now.month == bday.month && now.date == bday.date) {
	i = now.fullYear - bday.fullYear;
	trace("Happy " + i + "th birthday to me");
}

Standard

3 thoughts on “I am 788961937573 milliseconds old

Comments are closed.