datetime_tweaks icon indicating copy to clipboard operation
datetime_tweaks copied to clipboard

Tweaks for DateTime field in Drupal 8 to support human date formats in browsers that don't support type=date HTML5 element

Results 2 datetime_tweaks issues
Sort by recently updated
recently updated
newest added

The render array of the date widget is no more the one used by this code. As a simple example, in D 8.9.1 `$element['date']['#attributes']['data-drupal-date-format']` doesn't exists anymore

Seems this works only with date fields. Could this also be extended to date_range fields?