Default Parameter Values - Can't instantiate classes as defaults

What’s the proper way to go about doing something like this?:

public function RangeSelector( pStart:Date = new Date() ):void

I’m not sure how to set up my function so that it accepts a Date, but to default to a Date if none is passed.

Thanks in advance for any help!
k.