ng-daterangepicker icon indicating copy to clipboard operation
ng-daterangepicker copied to clipboard

Angular Date Range Picker inspired by PayPal's one

Results 29 ng-daterangepicker issues
Sort by recently updated
recently updated
newest added

How to create the custom date range.

Hi, really like your component and would like to use it for my current project. But I need to select time as well. A bit like Angular 1 JS Moment...

Can you add year selection button so that calendar automatically go to that particulate year... in same code

Is there anyway we can add custom range like like "Last 7 Days" in the selector?

Hi, I´m trying to integrate your datepicker into my angular 2 project, can you tell me if it is possible to change the names of the months, and if yes...

How do I open / close the daterangepicker via a method in my component in Typescript?

Datepicker does not update the ngmodel with default selection. It updates the model when i change the selection. There is child to parent communication also missing in component.

package.json: "ngx-daterangepicker": "^0.7.0", After some updates, now I have a new error: Angular CLI: 1.7.3 Node: 7.4.0 OS: linux x64 Angular: 5.2.1 ... animations, common, compiler, compiler-cli, core, forms ......

Hey guys ! I getting the error Error File " " is not under rootDir''. rootDir is expected to contain all source files when a I try build my app...

Hi @jkuri Is there any option to set default date? `` ``` dateValue: '2017/09/05-2017/09/17'; this.options = { theme: 'default', range: 'tw', dayNames: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun'], presetNames:...