Questions tagged [angular-daterangepicker]

Date Range Picker for AngularJS and Bootstrap (out of date)

Resources

Github - angular-daterangepicker

Angular.js directive for Dan Grossmans's Bootstrap Datepicker.

Maintainer needed!

Hello, as you may noticed, we have troubles maintaining this repo. So if there is somebody willing to help merging PRs, testing and releasing, please contact me at lukas.marek(at)fragaria.cz. Thank you!

60 questions
1
vote
1 answer

Unable expend options of Years in the ng Bootstrap datepicker in Angular

I am working in Angular 8 with ng Bootstrap Datepicker I am getting limited range of Year in DatePicker box in year dorpdown I am sharing my code
1
vote
2 answers

Pass date range picker value to filter

I am using daterangepicker to select the start and the end date. This is my JsFiddle example The date is working and I can select the start and the end date. But how can I pass the selectDate…
1
vote
2 answers

Strange behaviour in angular-daterangepicker

I'm developing an Angularjs app, and using the angular-daterangepicker to fill in dates on a table. When the App first loads, the startDate is set to the current day & the endDate for 4 days later. Then the startDate, endDate and all the dates…
BlissSol
  • 374
  • 10
  • 23
1
vote
2 answers

Allow null for single date in Date range picker

I am working with angular-date rangepicker. For my requirement I need to have the option to set date as null for start date/end date or both. I looked into its option but didn't find any. I also have the requirement to show checkbox in calendar…
1
vote
1 answer

Is it possible to make dynamic range in angular daterangepicker?

In usual case scenario: vm.datePickerRangeOptions = { ranges: { 'Today': [moment(), moment()] } }; would be sufficient. This way I have defined range with todays start and end date. The problem occurs once the time passes: when page is not…
Rumid
  • 1,627
  • 2
  • 21
  • 39
1
vote
2 answers

Who to define date pattern to ngx-bootstrap Daterangepicker?

I use patter date to bsDatepicker and work fine. But in…
1
vote
1 answer

How to set initial(default) value in moment dateTimePicker with AngularJS

i'm very much new to angular and using this DateTimePicker by moment.js. i'cant figure out how to set the default value well in my case it is {{z.startDate}} and is not Displaying there. So How to set that default value and make it binded with…
Yash Majithiya
  • 861
  • 1
  • 8
  • 20
1
vote
1 answer

Angular UI Datepicker json set date not working

I have an angular-ui datepicker, but when I load the date remotely from the json, the datepicker doesn't select the date, but when I type it it does select the date. But it doesn't show in the input its a blank input, and when I click to open the…
1
vote
2 answers

Angular Date Range Filter Not Working

I'm trying to figure out why my date range filter is not working and I get thrown the error - [$injector:unpr] Unknown provider: dateRangeProvider <- dateRange <- dashboardController. I tried putting the 'dateRange' in my dependencies and $filter,…
1
vote
1 answer

angular-daterangepicker not working with angularJs

I have been trying to use angular-daterangepicker in one of my applications. I am following this link: https://github.com/fragaria/angular-daterangepicker installed the module. write dependency in controllers. add dependency in .html/.ejs file…
1
vote
0 answers

Angular daterangepicker not working inside a modal

I am using angular-daterangepicker which depends on bootstrap-daterangepicker: It is working fine other pages except for inside a modal, more…
0
votes
0 answers

Date picker in angular

Using angular datepicker, I cannot seem to get the selected date from the datepicker. When I select a date in the calendar it always sends the current date to the backend. Not the selected date. This is the method that I implemented in TypeScript…
0
votes
0 answers

Ng2 DateTime Picker calender / manually is not accessible using angular javascript

I have made the customized selection of date start Date & Start Time . For the Start Date , im using the ng2 datetime picker library & for the start time , using the two placeholders with the dropdown for selection of hours and minutes. And for the…
0
votes
1 answer

angular material 15 input status empty and has value

How can I set classes to check if input or date range picker has value or not. Also, the placeholder in date picker not showing until the focus. How can I fix that without adding extra TS code?