MCPcopy 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
42export function formatDateTime(date: Date) {
43 return dateTimeFormatter.format(date)
44}

Callers 1

SuccessPageFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected