/ Published in: ActionScript 3
Expand |
Embed | Plain Text
var today_date:Date = new Date(); var date_str:String = (today_date.getDate()+"/"+(today_date.getMonth()+1)+"/"+today_date.getFullYear()); trace(date_str); // displays current date in United States date format
You need to login to post a comment.
