Generated Forms Datepicker does not respect datePattern attribute

XMLWordPrintable

      Reproduce:

      • Have a Process with a generated start form with a date field with the following setup
      <camunda:formField id="DateField" label="Some Date" type="date" datePattern="yyyy-MM-dd" />
      
      • Open the Start Form of this process in Tasklist
      • Use the Datepicker in the generated Start Form

      Expected:

      • Dates are in the specified datePattern

      Observed:

      • Dates are in dd/MM/yyyy format regardless of specified datePattern
      • Trying to start a process with the wrong format causes error Could not parse value '13/04/2018' as date using date format 'yyyy-MM-dd'.

      Hint:

            Assignee:
            Svetlana Dorokhova
            Reporter:
            Sebastian Stamm
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: