Commit c4b57b56 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:sparkles: feat(simpleplugin) Switch DateAttribute to html5 input type=date

This replaces our custom datepicker with the standard html5 one for date
 fields in plugins.
This deprecates the defaultDate attribute which was used to set the
 starting point of the datepicker without setting a default value,
 because this is not possible in HTML5.
This does not add support for min and max dates which are supported by
 the HTML5 input type and may be added later.
This also changes the internal date format from DD.MM.YYYY to YYYY-MM-DD
 to match the HTML5 POST format, this should not have serious
 consequences.

issue #5931
parent 16b9efac
Showing with 8 additions and 36 deletions
+8 -36
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment