MCPcopy 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
25export function formatDate(date: Date) {
26 return dateFormatter.format(date)
27}
28
29const timeFormatter = new Intl.DateTimeFormat(undefined, {
30 timeStyle: "short",

Callers 1

MeetingFormFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected