Filini
Filini

Reputation: 2119

Angular 4 Date/DateRange Picker with stable implementation

I'm looking for a Date/DateRange plugin for Angular 4, but so far all of them seem to be lacking one feature or another:

  1. Reactive/Template Forms support
  2. Easy Internationalization support
  3. Bootstrap CSS support
  4. Clear Value button

Also, having the possibility to customize a list of quick picks for DateRange would be nice.

Is there any stable Date/DateRange plugin that covers all these features?

Upvotes: 1

Views: 6778

Answers (3)

HMarteau
HMarteau

Reputation: 654

I can advise you the datepicker by ngx-bootstrap

https://valor-software.com/ngx-bootstrap/#/datepicker

It is availiable for Bootstrap 3 OR 4 wich make it very powerfull.

Upvotes: 3

Hrishikesh Kale
Hrishikesh Kale

Reputation: 6548

Actually as said by @trichetriche this question is opinion based, but I also feel you can use PrimeNG component. have a look here.

https://www.primefaces.org/primeng/#/calendar

Upvotes: 2

user4676340
user4676340

Reputation:

This question is opinion based and too broad, and will be closed soon.

But in the meantime, see this datepicker made by the Angular team ;)

Upvotes: 2

Related Questions