refactor(datepicker): updated docs
This commit is contained in:
parent
427ffbf0d8
commit
6665c1e85c
@ -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).
|
||||
Loading…
Reference in New Issue
Block a user