- Issue created by @Klaas
- @klaas opened merge request.
- Status changed to Fixed
almost 2 years ago 8:43am 14 February 2023 - Status changed to Fixed
almost 2 years ago 8:45pm 20 February 2023
If a field has the type datetime the default value that is returned by the form processor is not shown in the form. The effect is that no update forms can be created for date time fields.
Some background. The formsprocessor returns JSON and JSON has no standard date format. Drupal serializes the data in DateTime::ATOM (because this is the ISO standard). What is missing is a string to date conversion for this field.
Fixed
2.0
Code