I'm learning Angular 17 with Bootstrap 5 and was shocked to learn that the below code doesn't save the date and time correctly.
<input type="datetime-local">
The code below saves the date correctly but it's without the Time:
<input type="date">
So after 10+ years of Angular development, there's still no Date-Time picker functionality out of the box?
I'm planning to use this: https://github.com/vlio20/angular-datepicker