Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
function dateString(date: Date): string {
15
return `${date.getFullYear()}-${date.getMonth()}-${date.getDate()}`;
16
}
17
18
function isSameDay(date: Date, otherDate: Date): boolean {
19
return (
Callers
1
CalendarMonth
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected