Replies: 2 comments 1 reply
-
There's a pull request you can check out to see if they've already done the work: #2354 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Found someone who did exactly this... seems to be working great too. @dangrossman I don't know if you even look at this anymore, but you might want to consider offering the option for using dayjs - would be trivial to do considering the work is already done with the fork. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Anyone attempt to do this? I'd like to switch my site from using moment to dayjs since moment is 'done' (https://momentjs.com/docs/#/-project-status/).
The core dayjs won't cut it, but there are a bunch of plugins available and it very closely resembles moment in terms of calls. I just started to mess around with this and slowly going through all the calls to moment in the daterangepicker.js, but it appears to be going well. Right now populating the calendars is the only problem I am having as everything is coming up NaN.
I'm going to mess around with this more, but just wondering if anyone else already did this or there is a fork somewhere to save me some time.
Beta Was this translation helpful? Give feedback.
All reactions