MCPcopy Create free account
hub / github.com/Lobos/react-ui / getDayOfWeek

Function getDayOfWeek

src/utils/datetime.js:45–48  ·  view source on GitHub ↗
(d)

Source from the content-addressed store, hash-verified

43}
44
45export function getDayOfWeek (d) {
46 let weekday = d.getDay();
47 return getLang('datetime.weekday')[weekday];
48}
49
50export function getWeekArray (d) {
51 let dayArray = [];

Callers

nothing calls this directly

Calls 1

getLangFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…