MCPcopy Create free account
hub / github.com/Superflows-AI/superflows / intToDate

Function intToDate

pages/usage.tsx:87–87  ·  view source on GitHub ↗
(date: number)

Source from the content-addressed store, hash-verified

85 const offset = Math.ceil(xRange * 0.1);
86
87 const intToDate = (date: number) => formatDate(new Date(date * msToDay));
88
89 return (
90 <>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected