MCPcopy Create free account
hub / github.com/WebDevSimplified/course-platform / formatDate

Function formatDate

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

Source from the content-addressed store, hash-verified

25})
26
27export function formatDate(date: Date) {
28 return DATE_FORMATTER.format(date)
29}
30
31export function formatNumber(
32 number: number,

Callers 3

UserPurchaseTableFunction · 0.90
PurchaseTableFunction · 0.90
SuspenseBoundaryFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected