copyright 2006 or ???
copyright 2006 or ???
Out of context: Reply #18
- Started
- Last post
- 21 Responses
- UndoUndo0
var today_date:Date = new Date();
var date_str:String = (today_date.getDate()+" "+(today_date.getMonth()+1)+" "+today_date.getFullYear());_root.myTextBox.text = date_str;
where myTextBox is the name of your text box on the root.