463a7f343ccd007b97573c9b243b8ac13d7bb5e9
The native <input type="date"> widget's displayed digit order follows the browser's own locale, not Drupal's site language -- an English- locale browser was showing 07/26/2024. Switches the date sub-element to 'text' with an explicit PHP date format so Drupal parses/displays it consistently for everyone. Verified end-to-end (not just cosmetically): submitted 05/03/2024 through the real add form and confirmed it stored as 2024-03-05 (5 March), not 2024-05-03 -- genuinely parsed as day/month, not silently reinterpreted as month/day. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Description
No description provided
1.2 MiB
Languages
php
44.6%
JavaScript
32.8%
CSS
13.4%
Twig
9.2%