Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WebDevSimplified/calendly-clone
/ formatDateTime
Function
formatDateTime
src/lib/formatters.ts:42–44 ·
view source on GitHub ↗
(date: Date)
Source
from the content-addressed store, hash-verified
40
})
41
42
export
function
formatDateTime(date: Date) {
43
return
dateTimeFormatter.format(date)
44
}
Callers
1
SuccessPage
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected