Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WebDevSimplified/calendly-clone
/ formatDate
Function
formatDate
src/lib/formatters.ts:25–27 ·
view source on GitHub ↗
(date: Date)
Source
from the content-addressed store, hash-verified
23
})
24
25
export
function
formatDate(date: Date) {
26
return
dateFormatter.format(date)
27
}
28
29
const
timeFormatter =
new
Intl.DateTimeFormat(undefined, {
30
timeStyle:
"short"
,
Callers
1
MeetingForm
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected