Flash date and time and coutdown timer
- by c11ada
hey all,
does any one know of any good countdown timer's for flash which i can use to be implemented in a flash game or quiz ?
also i have the following line of code
var endDate:Date = new Date(2010,7,30);
how would i go about having the endDate to be the current time and date + 30 minutes ?
thanks