diff --git a/www/protected/views/candidato/_form.php b/www/protected/views/candidato/_form.php index d07f654..422b186 100644 --- a/www/protected/views/candidato/_form.php +++ b/www/protected/views/candidato/_form.php @@ -101,6 +101,7 @@ Yii::app()->clientScript->registerScript('wysiwyg', $script, CClientScript::POS_ 'name'=>'fecha_nacimiento', 'language'=>'es', 'options'=>array( + 'maxDate'=>'+0d', 'selectOtherMonths'=>true, 'showButtonPanel'=>true, 'showOtherMonths'=>true,