Is it possible to use DayJS for sorting similar to moment.js
Is it possible to use DayJS for sorting similar to moment.js

Wondering is there is a way to integrate DayJS to use for sorting date columns similar to momentjs?
Wondering is there is a way to integrate DayJS to use for sorting date columns similar to momentjs?
Answers
There isn't built in support for DayJS I'm afraid (as there is for Luxon and Moment), but it would be possible to create a plugin to do it. Have a look at the documentation for adding new content types.
If you give it a go, let us know how you get one, I'm sure others would be interested as well.
Allan