Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
export
function
formatDate(date: Date) {
28
return
DATE_FORMATTER.format(date)
29
}
30
31
export
function
formatNumber(
32
number: number,
Callers
3
UserPurchaseTable
Function · 0.90
PurchaseTable
Function · 0.90
SuspenseBoundary
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected