This repository has been archived on 2024-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
fradrive-old/frontend/src/utils/form/datepicker.md
Sarah Vaupel 863971fbde feat(datepicker): switch to tail.datetime fork to fix time selection
Use a fork of tail.datetime to automatically select the previously selected time on date change. Delete old flatpickr.css, update datepicker.md (include usage info about date format method)
2019-08-14 10:55:53 +02:00

420 B

Datepicker Utility

Provides UI for entering dates and times

Attribute: (none)

(automatically setup on all relevant input tags)

Example usage:

(any form that uses inputs of type date, time, or datetime-local)

Methods

static formatAllFormInputDateValues(form)

Call this function on a form that may contain dates before submitting the form to convert all date input values to Uni2work internal format.