MCPcopy Create free account
hub / github.com/triggerdotdev/jsonhero-web / dateString

Function dateString

app/components/Preview/CalendarMonth.tsx:14–16  ·  view source on GitHub ↗
(date: Date)

Source from the content-addressed store, hash-verified

12};
13
14function dateString(date: Date): string {
15 return `${date.getFullYear()}-${date.getMonth()}-${date.getDate()}`;
16}
17
18function isSameDay(date: Date, otherDate: Date): boolean {
19 return (

Callers 1

CalendarMonthFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected