Dunno if it'll help, but, I've got this for one of my fields
(now() +days(random(14,14))).to_date
creates a date up to 14 days in the future, maybe you could just substitute your start date for the now() bit, don't know if it would be sensitive to your start date format.
Cheers