MCPcopy
hub / github.com/date-fns/date-fns / getDate

Function getDate

pkgs/core/src/getDate/index.ts:27–32  ·  view source on GitHub ↗
(
  date: DateArg<Date> & {},
  options?: GetDateOptions | undefined,
)

Source from the content-addressed store, hash-verified

25 * //=> 29
26 */
27export function getDate(
28 date: DateArg<Date> & {},
29 options?: GetDateOptions | undefined,
30): number {
31 return toDate(date, options?.in).getDate();
32}

Callers 3

test.tsFile · 0.90
_testFunction · 0.90
getWeekOfMonthFunction · 0.90

Calls 1

toDateFunction · 0.90

Tested by

no test coverage detected