244863 Posted August 25, 2010 Share Posted August 25, 2010 I am using the code below. echo $form->inputs(array( 'TrsAssignment.complete_by' => array( 'type' => 'date', 'minYear' => date('Y'), 'maxYear' => date('Y', strtotime('+ 5 years')), 'dateFormat' => 'Y', 'selected' => strtotime('+ 1 year') ) ); And it wont save??? [TrsAssignment] => Array ( [complete_by] => Array ( [year] => 2011 ) ) What do I need to do?? Link to comment https://forums.phpfreaks.com/topic/211682-cakephp-date-not-saving/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.