MCPcopy Index your code
hub / github.com/epicweb-dev/react-suspense / formatDate

Function formatDate

shared/ship-api-utils.server.ts:20–23  ·  view source on GitHub ↗
(date: Date)

Source from the content-addressed store, hash-verified

18 path.join(EPICSHOP_CONTEXT_CWD, ...paths)
19
20const formatDate = (date: Date) =>
21 `${date.getHours()}:${String(date.getMinutes()).padStart(2, '0')} ${String(
22 date.getSeconds(),
23 ).padStart(2, '0')}.${String(date.getMilliseconds()).padStart(3, '0')}`
24
25function getDelay(request: Request) {
26 return Number(

Callers 2

searchShipsFunction · 0.85
getShipFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected