angular-datepicker icon indicating copy to clipboard operation
angular-datepicker copied to clipboard

Highly configurable date picker built for Angular applications

Results 31 angular-datepicker issues
Sort by recently updated
recently updated
newest added

Hi, Why support only moment and string input / output type? thx, Robi

Feature Request

After clicking to call the DatePicker dialog, the DatePicker dialog appears as expected. However, when scrolling the page, it does not move along with the page but remains fixed in...

If you add a maximum or minimum date to your configuration, clicking on the calendar does not work as expected. However, if you use the input and set an invalid...

more info needed

Has anyone been able to get this re-styled easily using tailwind?

more info needed

When working with a Directive implementation, minDate and maxDate inputs are not working (to grey out dates) and only possible with min/max properties in IDatePickerDirectiveConfig. But there is no easy...

more info needed

when using mode daytime it would be helpfull to define the default time that is used when a new dayjs date is created. In our usecase, we want to set...

` "@angular/common": "^12.2.7",` (at the time of writing there is also 12.2.16) gives the following: ``` npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR!...

Hi, We use this project for a long time but we need a feature to set default time in date-picker config. Currently, default time is current time but we would...

Make sure to add **all the information needed to understand the bug** so that someone can help. If the info is missing we'll add the 'Needs more information' label and...

In the Demo (https://wondrous-crostata-172891.netlify.app/daytimePicker), the displayDate input doesn't seem to have any effect on the date-picker. Similarly, when I've tried to use the property to update the date-picker in my...

Investigation