- 🇲🇩Moldova nick.murza Moldova
i have this issue:
Error: Call to a member function format() on bool in Drupal\bootstrap_datepicker\Plugin\Field\FieldWidget\BootstrapDatepickerBase->massageFormValues() (line 640 of modules/contrib/bootstrap_datepicker/src/Plugin/Field/FieldWidget/BootstrapDatepickerBase.php).and the solution is here, i think:
$converted_item_value = date_create_from_format($date_format, $item['value']) ? date_create_from_format($date_format, $item['value'])->format('d-m-Y') : $item['value'];