refactor(datepicker): updated docs

This commit is contained in:
Sarah Vaupel 2019-08-27 19:05:25 +02:00
parent 427ffbf0d8
commit 6665c1e85c

View File

@ -9,6 +9,6 @@ Provides UI for entering dates and times
## Methods
### static formatAllFormInputDateValues(form)
### static unformatAll(form, formData)
Call this function on a form that may contain dates *before* submitting the form to convert all date input values to Uni2work internal format.
Call this function on a form and its formData to get back a new FormData object with "unformatted" date values (i.e. all dates formatted from fancy format to backend format).