1
hi guys,
i've got this code in my job posting form
$validthru = new catadsFormTextDateSelect(_MD_CATADS_DURATION_PUB,'validthru',15, $validthru);
$validthru->setExtra("readonly = 'readonly'");
$adsform->addElement($validthru);
to pick up a date your job would be valid thru. it has the current date default. how do i change the default date for like now plus a week?
Mind anchors