var current:Date = new Date(); trace(current); trace(current.hours); trace(current.minutes); trace(current.seconds); trace(current.time);