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

Function getShortMonth

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

Source from the content-addressed store, hash-verified

38}
39
40export function getShortMonth (d) {
41 let month = d.getMonth();
42 return getLang('datetime.shortMonth')[month];
43}
44
45export function getDayOfWeek (d) {
46 let weekday = d.getDay();

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…