Answer the question
In order to leave comments, you need to log in
Why does the Datepicker in Symfony 2 keep the selected date offset by 1 day?
Welcome all.
If anyone has come across this situation, please help.
On the working project there is a form in which there is a field:
...
->add('datefactclosedemand', 'date', array(
'disabled' => false,
'required' => false,
'widget' => 'single_text',
'label' => 'Фактическое закрытие заявки: '
))
...
Answer the question
In order to leave comments, you need to log in
These are known bugs https://github.com/symfony/symfony/issues/12808
Read it, there is a dirty workaround. What ended - I do not remember.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question