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

Function timeToInt

src/lib/utils.ts:8–10  ·  view source on GitHub ↗
(time: string)

Source from the content-addressed store, hash-verified

6}
7
8export function timeToInt(time: string) {
9 return parseFloat(time.replace(":", "."))
10}

Callers 2

ScheduleFormFunction · 0.90
schedule.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected