Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
85
function formatMonthLabel(d: Date): string {
86
return d.toLocaleDateString(undefined, { month:
'long'
, year:
'numeric'
})
87
}
88
89
export function TasksCalendar({
90
tasks,
Callers
1
TasksCalendar
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected