4

Can anyone suggest some good date range picker with angularjs which can work without range also? So, flexible to use in different use cases and customizable?

nash11
  • 8,220
  • 3
  • 19
  • 55
shashank
  • 439
  • 1
  • 4
  • 17

2 Answers2

6

You can use this javascript component

http://www.daterangepicker.com/

OR

use this angularjs component

http://fragaria.github.io/angular-daterangepicker/

both of them designed to work with the Bootstrap framework

Morteza QorbanAlizade
  • 1,520
  • 2
  • 19
  • 35
  • 1
    It uses jQuery... I do not like mix Angularjs with jQuery. It is like mixing honey with vinegar, you can... – MrHIDEn Nov 20 '18 at 11:47
-2

other : https://github.com/evansmwendwa/ng2-daterangepicker

This is an Angular 2, 4, 5+ port of the popular Date Range Picker for Bootstrap http://www.daterangepicker.com/

user2452092
  • 142
  • 6