We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
datePattern attribute on date form field type in embedded forms is not configurable (defaulted to dd/MM/yyyy)
Camunda engine can accept datePattern as an attribute: https://docs.camunda.org/javadoc/camunda-bpm-platform/7.3/org/camunda/bpm/engine/impl/form/type/DateFormType.html#datePattern
currently this is using default value: https://github.com/camunda/camunda-bpm-platform/blob/612392da7856476ef14bd82bebcc7a543652e130/engine/src/main/java/org/camunda/bpm/engine/impl/form/engine/HtmlFormEngine.java#L124
The text was updated successfully, but these errors were encountered:
No branches or pull requests
datePattern attribute on date form field type in embedded forms is not configurable (defaulted to dd/MM/yyyy)
Camunda engine can accept datePattern as an attribute: https://docs.camunda.org/javadoc/camunda-bpm-platform/7.3/org/camunda/bpm/engine/impl/form/type/DateFormType.html#datePattern
currently this is using default value: https://github.com/camunda/camunda-bpm-platform/blob/612392da7856476ef14bd82bebcc7a543652e130/engine/src/main/java/org/camunda/bpm/engine/impl/form/engine/HtmlFormEngine.java#L124
The text was updated successfully, but these errors were encountered: