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

Function getFullMonth

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

Source from the content-addressed store, hash-verified

33}
34
35export function getFullMonth (d) {
36 let month = d.getMonth();
37 return getLang('datetime.fullMonth')[month];
38}
39
40export function getShortMonth (d) {
41 let month = d.getMonth();

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…