Hi all,

I have a problem with the code below
echo $form->day('dateField', date('d')+25, array('id' => 'FieldId-
dd'), false)." - ";
echo $form->month('dateField', date('m'), array('id' => 'FieldId-mm'),
false)." - ";
echo $form->year('dateField', '1980', date('Y'), null, array('id' =>
'FieldId', 'class' => 'w8em split-date divider-dash highlight-days-12
no-transparency'), false);

how to change month and year field simultaneously when date is changed
to date('d')+25
please help.

Thanking you.............

--

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=.


Reply via email to