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

Function getFirstDayOfMonth

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

Source from the content-addressed store, hash-verified

20}
21
22export function getFirstDayOfMonth (d) {
23 return new Date(d.getFullYear(), d.getMonth(), 1);
24}
25
26export function getDaysInMonth (d) {
27 let resultDate = getFirstDayOfMonth(d);

Callers 1

getDaysInMonthFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…