currently, nuxeo-date-picker only sets a value if it :
value.indexOf('T') === 10)
It should allow other (valid) formats to be set, by using:
moment(this.value).isValid()
- is related to
-
NXP-22093 Replace paper-input date type by nuxeo-date-picker
- Resolved