Hi all,

I get the issue when I set date format "d/m/Y". I got the message "Date" must be a valid date when I submit form. When I change the date format, the issue will be gone.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

tamnv created an issue. See original summary.

tamnv’s picture

I thinks this patch for every one get same issue.

jrockowitz’s picture

Status: Active » Needs review

Setting to status to 'Needs review' to test the patch against automated tests.

Status: Needs review » Needs work

The last submitted patch, 2: date-format-2828360-1.patch, failed testing.

jrockowitz’s picture

@tamnv The patch is failing. I think we need to fully document the issue with steps to reproduce the problem before patching it.

Please note that the date element really only accepts HTML/ISO date format . (YYYY-MM-DD)

See: http://stackoverflow.com/questions/7372038/is-there-any-way-to-change-in...

fenstrat’s picture

Project: YAML Form » Webform
Version: 8.x-1.0-beta23 » 8.x-5.x-dev
jrockowitz’s picture

Status: Needs work » Closed (cannot reproduce)