dhutaryan / ngx-mat-timepicker

Material timepicker based on material design
https://dhutaryan.github.io/ngx-mat-timepicker/
MIT License
75 stars 8 forks source link

[Feature] Date & Time Picker #179

Open dar-clgo opened 3 months ago

dar-clgo commented 3 months ago

I'm sure a lot of us would like to see another type of form input that amalgamates the Angular Material DatePicker and your great implementation of the TimePicker into a singular DateTimePicker and DateTimeRangePicker.

Thank you for your time.

dhutaryan commented 2 months ago

Hey, I've already answered that question. There is no date-timepicker in the material design spec. So, how should it look?

tutkli commented 1 month ago

Personally I've been using @matheo/datepicker for material 2. So something similar would be nice.

Basically an input with mask dd/mm/yyyy, HH:MM with a dropdown of the calendar followed by the timepicker.