MCPcopy Create free account
hub / github.com/feiyu563/PrometheusAlert / shiftWeekdays

Function shiftWeekdays

static/plugins/chart.js/Chart.bundle.js:16093–16095  ·  view source on GitHub ↗
(ws, n)

Source from the content-addressed store, hash-verified

16091
16092 // LOCALES
16093 function shiftWeekdays (ws, n) {
16094 return ws.slice(n, 7).concat(ws.slice(0, n));
16095 }
16096
16097 var defaultLocaleWeekdays = 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split('_');
16098 function localeWeekdays (m, format) {

Callers 3

localeWeekdaysFunction · 0.85
localeWeekdaysShortFunction · 0.85
localeWeekdaysMinFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected