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?? Quote Link to comment https://forums.phpfreaks.com/topic/211682-cakephp-date-not-saving/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.