MCPcopy Create free account
hub / github.com/WebDevSimplified/calendly-clone / formatTimeString

Function formatTimeString

src/lib/formatters.ts:33–35  ·  view source on GitHub ↗
(date: Date)

Source from the content-addressed store, hash-verified

31})
32
33export function formatTimeString(date: Date) {
34 return timeFormatter.format(date)
35}
36
37const dateTimeFormatter = new Intl.DateTimeFormat(undefined, {
38 dateStyle: "medium",

Callers 1

MeetingFormFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected