eduolalo / moment-business-days

This is a momentJS plugin that allows you to use only business days (Monday to Friday)
MIT License
240 stars 67 forks source link

Support for other locales apart from "us" #106

Closed olarotseyi closed 1 year ago

olarotseyi commented 1 year ago

Hi @kalmecak, I was wondering if this package supports other locales apart from "us" or if I can add other locales myself using the updateLocale method. I will appreciate any guidance and support. Thanks.

mcdado commented 1 year ago

Hello, this module simply extends moment base object, so using updateLocale and any supported locale code will work. In the README file there's an example on how to customise the locale. If you still have problems configuring it, let me know with a code example.