coder
coder

Reputation: 122

Angular 6 : date time picker, what are good customizable controls for date time picker?

I want to add date picker and time picker - separate fields in my application. what are good options available? I have tried - not supported in safari Tried https://www.npmjs.com/package/angular2-datetimepicker - but cant customize for colors/css

Upvotes: 0

Views: 1609

Answers (1)

German Quinteros
German Quinteros

Reputation: 1930

In my experience the best datepicker I have been worked with, it's the Angular Material Datepicker: https://material.angular.io/components/datepicker/overview

Also, if you add Angular Material you can use the other components providing by Angular Material that are very good, responsive, easy to use and customize.

Upvotes: 1

Related Questions