Martin de Ruiter
Martin de Ruiter

Reputation: 515

Customizable Angular datepicker

Do you know an Angular datepicker which has input features like:

Or a datepicker which can be easily customized to work like this?

I found that datepickers from libraries like Kendo and Syncfusion try to do too much and are therefore difficult to customize to our needs. They focus on the datepicker popup, while the input field is hard to work with without mouse.

(the old ASP.NET Peterblum components had all this user-friendly functionality which does not seem to be available in modern frameworks, see: http://peterblum.com/DES/DateAndTime.aspx#DateTextBox).

Upvotes: 1

Views: 1659

Answers (1)

You can find some date-pickers written in angular here, https://angularscript.com/?s=datetime+picker+. Most of these are customizable as your needs. Thanks

Upvotes: 1

Related Questions