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
0
votes
0 answers

Right Arrow Is missed in daterangepicker - Angular

I have used daterangepicker in my angular component with the following options: optionsSingle = { startDate: moment(), endDate: moment(), minDate: moment(), locale: { format: "DD/MM/YYYY" }, alwaysShowCalendars: true, …
0
votes
1 answer

Date picker variables

I have been attempting to design a date range filter for my data, and made a test function to change variables to start date and end date. The code displays the correct date when called directly, but when printing the variables, it doesn't print…
0
votes
1 answer

Disable future dates in angular-datepicker in angularjs

I am facing issue with disabling date in angular-datepicker. This is how I have defined datepicker:-
Divya
  • 87
  • 1
  • 10
0
votes
1 answer

Disabled date not working when dates retrieved from backend | Angular Datepicker

I have a problem about retrieving some disabled dates in angular Datepicker, when i am hard coding the dates i do not have problem, everything is working fine, but when i retrieve the disabled dates from my web api backend, the disabled date are…
0
votes
1 answer

Selecting date gives an object, not the dates

When I select dates and apply the filter, the startDate and endDate both are objects and i can't seem to be able to get the selected days. I have already tried to select the attributes inside of the object, but it doesn't give me a good date. I have…
0
votes
1 answer

Which Date-Range Picker is best to use with angular 6

Which Date-Range Picker is best to use in a angular 6 project if I only want to use bootstrap. I have seen a lot of npm packages but is there any best date-range picker except ngx-datarange picker?
0
votes
1 answer

Using angularjs-datepicker to add dates to a table

Im developing a AngularJS site, and using the angular-daterangepicker to handle dates. angular-daterangepicker On my page, datepicker is working fine & it initializes with a start date of today, and enddate in 5 days from today (and it does this…
BlissSol
  • 374
  • 10
  • 23
0
votes
1 answer

How to restrict date in angular-datepicker?

I'm not able to restrict max and min date in angular-datepicker angular-datepicker link
What will be valid expression to achieve it? Below…
Himanshu Shekhar
  • 1,196
  • 1
  • 16
  • 35
0
votes
2 answers

Date Range Picker - Calendar Heading Localization Format

When applying localization to the angular date range picker the date format is incorrect for the calendar heading. The date should be displayed as YYYY, MM but is displayed as MM, YYYY. I'm using moment().format('ll') to display the localized format…
neridaj
  • 2,143
  • 9
  • 31
  • 62
0
votes
2 answers

how to get hh:mm:ss in angularjs-datepicker

hi i am using angularjs datepicker functionality using npm i angularjs-datepicker working fine but i need to show time like(15-12-2017 05:14 PM) help how to format the datepicker here i mentioned reference link also i tired from controller it's came…
jose
  • 1,044
  • 1
  • 12
  • 35
0
votes
0 answers

Angular 4 - Datarangepicker apply configuration in diferents components

I am using datarangepicker for to work with dates. I have two components, and each component has a different range of date settings, but I can not get them to be different for each component, all of them are taking the configuration of component…
Eladerezador
  • 1,277
  • 7
  • 25
  • 48
0
votes
0 answers

Group validator not kicking in after Angular Reactive Form patchValue

I'm using mydatepicker with the following homemade helper class: import {AbstractControl, FormBuilder} from '@angular/forms'; export const dateRangeValidator = (control: AbstractControl): {[key: string]: boolean} => { const start =…
0
votes
1 answer

disable the dates based on the date selected in the first datepicker field

I am working on angularjs application. User can select date from the From Date picker and To Date picker fields. I want to disable the date selection in the To Date picker based on the date user selected in From Date picker field. eg) If user has…
joan
  • 131
  • 2
  • 4
  • 12
0
votes
0 answers

Angular Bootstrap datepicker implement

I want to integrate Angular datepicker in my system. I have already done from this url . But is there any option for that we can add module and we can use by parameters?
-1
votes
1 answer

Date Range Picker Position WRONG

I am trying to call mat date-range-picker calendar inside a component , that means supposedly i have one component menu, calling component leave from menu component,and in menu component i have mat date range picker calendar. now the position of…
1 2 3
4