Hii,
In my program code,
echo $form->input('duedate',array
('dateFormat'=>'YMD','selected'=>strtotime('2000-01-01'),'minYear'=>
date('Y') - 10,'maxYear' => date('Y'))); , it shows 2000-January-1 in
dropdown list.
My problem is how i can display, after 15days in dropdown list from
the current system date.(PC date).
My issue-date field shows current system date.
echo $form->input('issue_date');
Allways the due date should display the date +15 days from the issue
date.
Vey urgent. please help me.
regards,
jiru
--
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=.