Return to Snippet

Revision: 19317
at October 21, 2009 10:25 by quest


Initial Code
<?php
	echo $form->input('fecha', array('selected' => array('day' => '1', 'month' => '1', 'year' => '', 'hour' => '1', 'minute' => '1', 'second' => '0', 'meridian' => 'pm')));
?>

Initial URL


Initial Description


Initial Title
Changing the Default Value of a Date-Time Input

Initial Tags
form, php, cakephp

Initial Language
PHP