var today_date:Date = new Date();
var thismonth:uint = today_date.getMonth();
var today_time;
var currentTime:Date = new Date();
var minutes = currentTime.getMinutes();
var seconds = currentTime.getSeconds();
var hours = currentTime.getHours() * 30 + currentTime.getMinutes() / 2;
var mnth:Array = new Array('January','February','March','April','May','June','July','August','September','October','November','December');
var fileName:String = (today_date.getDate()+mnth[thismonth]+today_date.getFullYear()+"_"+currentTime.hours + currentTime.minutes + currentTime.seconds);
trace(fileName);// displays current date in United States date format
/*var now:Date = new Date();
trace(now.getTime());
trace(now.valueOf());
var fileName = now.valueOf().toString();*/
New animation i made!
-
some of the links you can watch it on Newgrounds-
https://www.newgrounds.com/portal/view/1024149 YouTube-
https://www.youtube.com/watch?v=JE2A8kpVhEs My Pe...
6 days ago
3 comments:
good
thanks
thank you
Post a Comment