Implementation Date- and Timepicker Component
Description
The component is a improvement of the current datepicker and will also include the possibility to pick time.
Requirements
- allow to pick date and time using a graphical interface
- allow to pick date and time without using a graphical interface
- UTC- format should be used
Additional requirements to use as a generic date and time picker
- disable/enable the date picker functionality
- disable/enable the time picker functionality
Reference for implementation
To get an idea how the component will probably look like, see the following:
- Demo: https://darrenfang.github.io/vuetify-datetime-picker/
- Source-Code: https://github.com/darrenfang/vuetify-datetime-picker/blob/master/src/components/DatetimePicker.vue
Referencing issues
- #22 (closed) can be closed, when the component is implemented
Notice
- any additional requirements can be added and must be added to this issue description
Edited by Nils Brinckmann