Class return

Hello,

I have a question about return…

example:

var date: Date = new Date();
trace (date)//Thu Oct 8 23:05:51 GMT-0300 2009

How i can get a String return by a Class? The default return with a normal Class is ([object Date])… Constructor can`t return values… how i can make that? :stuck_out_tongue:

Thanks and sorry for my sux english…