MCPcopy Create free account
hub / github.com/scottrogowski/code2flow / shiftWeekdays

Function shiftWeekdays

tests/test_code/js/moment/moment.js:1525–1527  ·  view source on GitHub ↗
(ws, n)

Source from the content-addressed store, hash-verified

1523
1524 // LOCALES
1525 function shiftWeekdays(ws, n) {
1526 return ws.slice(n, 7).concat(ws.slice(0, n));
1527 }
1528
1529 var defaultLocaleWeekdays = 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split(
1530 '_'

Callers 3

localeWeekdaysFunction · 0.85
localeWeekdaysShortFunction · 0.85
localeWeekdaysMinFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected