[AS2] Date Field selectableRange starting "yesterday"

Im using a DateField component and i would like to set the selectableRange so that the rangeStart is set for yesterday (the day before today). I have another DateField where the rangeStart is “today” and im using this:

selectableRange = {rangeStart:new Date(now)};

Is there any similar solution for “yesterday”?