https://en.wikipedia.org/wiki/Workweek_and_weekend (a table on this page have Weekdays per country).
Is there a way to get the weekend days per culture code in Typescript/Javascript? Most are Sat-Sun, but there are some exceptions.. i.e. Mexico = only Sunday, some middle-eastern countries = Fri-Sat, and etc. I would like to get Start and End day of the weekend per culture, if possible. moment.js doesn't seem to have this functionality (and there's a business-days library based on moment, but that one seems to be Sat-Sun friendly).