-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(DatePicker): Add DateTime support to DatePicker OR new DateTimePicker Component #30023
Comments
i created for my own project in this way maybe it can work for others |
I support this feature request! Especially not only a combined "Date" and "Time" picker, but also a "Range" picker version of this. This would reduce the headache to manually create such an input or to rely on other package implementations for this. |
Some updates on this topic -
https://material.angular.io/components/timepicker/overview#integration-with-matdatepicker
However, the author claims to be adding support for newer Angular Material versions soon:
100% agreed here. Having an official component supported by the official project would cut down on relying on depending on these 3rd party deps. I'm by no means diminishing the efforts of these 3rd party package authors - but it makes upgrading impossible unless you are willing try to find a suitable fork or do the work yourself. |
Add time range picker to daterange picker would be nice feature that material still missing |
Agree with everything above. I am waiting for this "feature" for a long time. |
Feature Description
Greetings,
I wanted to propose a new feature for the existing DatePicker OR to create a new extended component for "DateTimePicker".
I think the popular implementation for this is currently here:
https://github.com/h2qutc/angular-material-components/tree/master/projects/datetime-picker
However, the project has not been maintained and is only supported for <= Angular 16.
The request itself is straightforward, add "Time" support so that the user can select the Hour, Minutes, Seconds in addition to the date.
Use Case
Many applications have the requirement of the user selecting the full DateTime (Date, Hours, Mins, Secs) vs. just selecting only a basic date.
The text was updated successfully, but these errors were encountered: