Re: Prune Ads by Date rather than # Days
I got it working the way I want, if you're interested. What I did was add an "expiration date" field to the form using the tutorial, then change the code in the process page to this.
Code:
$expires = date('m/d/Y', strtotime($e_date));