MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / formatMonthLabel

Function formatMonthLabel

packages/app-core/src/components/TasksCalendar.tsx:85–87  ·  view source on GitHub ↗
(d: Date)

Source from the content-addressed store, hash-verified

83}
84
85function formatMonthLabel(d: Date): string {
86 return d.toLocaleDateString(undefined, { month: 'long', year: 'numeric' })
87}
88
89export function TasksCalendar({
90 tasks,

Callers 1

TasksCalendarFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected