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

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

harkirat.singhharkirat.singh Posts: 1Questions: 1Answers: 0

Wondering is there is a way to integrate DayJS to use for sorting date columns similar to momentjs?

Answers

  • allanallan Posts: 64,920Questions: 1Answers: 10,752 Site admin

    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

Sign In or Register to comment.