fetrarij / ngx-daterangepicker-material

Pure Angular 2+ date range picker with material design theme, a demo here:
https://fetrarij.github.io/ngx-daterangepicker-material/
MIT License
246 stars 247 forks source link

minDate and maxDate doesn't work #521

Open karpenko-eugene opened 1 year ago

karpenko-eugene commented 1 year ago

Versions

minDate and maxDate doesn't work

2023-04-14_113520 2023-04-14_113600

in version 5 it works! 2023-04-14_113914

dimi4e commented 1 year ago

Change import import dayjs from 'dayjs' on import dayjs from 'dayjs/esm'

sct999 commented 1 year ago

Change import import dayjs from 'dayjs' on import dayjs from 'dayjs/esm'

Why is that different import needed?