genemu / GenemuFormBundle

Extra Form : Captcha GD, Tinymce, Recaptcha, JQueryDate, JQueryAutocomplete, JQuerySlider, JQueryFile, JQueryImage
587 stars 265 forks source link

Showing the wrong day number #398

Open roelveldhuizen opened 9 years ago

roelveldhuizen commented 9 years ago

For some reason, the day number is displayed as n-1. So the actual value in the Doctrine 2 entity is 2015-06-04 thought the value displayed in the form is 03-06-2015.

                        ->add('legionellaRAConsultDate', 'genemu_jquerydate', array('label' => 'autora.legionellaRAConsultDate', 'widget' => 'single_text', 'required' => false, 'attr' => array('class' => 'start col-md-4'), 'format' => 'dd-MM-yyyy'))

image