I'm trying to move from momentjs to dayjs, however my React project is using rc-calendar to display calendar ranges and datepickers. Rc-calendar uses momentjs date formats and does not work with dayjs.
I'm having trouble finding a daterange library which would be compatible with dayjs for internalization (and not use moment or date-fns under the hood) or be library agnostic.
Would appreciate if anyone has any datepicker library suggestions for this case!