Antony D'Amico
Results
3
comments of
Antony D'Amico
@ebui91, I actually figured out and added it as a new method, but thanks anyway. On your question, The backend devs used a holidays API and saved a buch of...
@Nicolas-Menettrier sure, as @ebui91 said I used localeData()._holidays. I just went to the source code ant the end and added these lines ```js moment.fn.getHolidays = function () { return this.localeData()._holidays...
Oh ok, good then!