- 🇦🇺Australia alex.skrypnyk Melbourne
Temporary patch to remove prefix as per #3 attached.
- 🇺🇸United States rclemings
I'm not seeing this with PHP 8.1, Drupal 7.94, Date 7.x-2.14. Could it somehow be related to the PHP version?
- Status changed to Needs work
almost 2 years ago 2:44pm 7 February 2023 - 🇺🇸United States DamienMcKenna NH, USA
It might be worth adding a widget setting to control this.
- 🇺🇸United States jayemel
I ran into this. Clicking the time field input adds a space before am/pm. if the "accepted format" on the field doesn't have a space, then it will fail.
A workaround:
The accepted format is configurable on the date field under "Date entry options". The default formats in that dropdown do not have a space before am/pm. But you can add your own format options to that dropdown under:/admin/config/regional/date-time/formats
. E.g. Add a new format with a space before am/pm"M d, Y - g:i a"
. Then set this as your "accepted format" on the field. - 🇺🇸United States codesmith San Francisco
Workaround in #8 worked for me - thanks!
- 🇺🇸United States desierto
The patch in #3 and #4 fixed the problem right up. Hopefully the next version can come out soon to save a lot of headaches, esp. for the less techie. Thanks for everyone's work.
- First commit to issue fork.
- @kunal_sahu opened merge request.
- 🇺🇸United States jimmynash
Just chiming in. Patch in #5 fixed me right up. Thanks!
- Status changed to Needs review
over 1 year ago 12:44pm 15 June 2023 - Status changed to Needs work
about 1 year ago 8:23pm 29 August 2023 - 🇳🇴Norway steinmb
Pushing it back to NW based on maintainer feedback in #7, though I am not 100% sure if this really needed?