3

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!

Robert
  • 43
  • 4

1 Answers1

1

I saw that Ant Design version 5 uses dayjd for the data picker.

https://ant.design/components/date-picker

AlTheLazyMonkey
  • 1,190
  • 1
  • 8
  • 20