Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Zoo-Code-Org/Zoo-Code
/ formatDate
Function
formatDate
apps/cli/src/commands/auth/status.ts:79–81 ·
view source on GitHub ↗
(date: Date)
Source
from the content-addressed store, hash-verified
77
}
78
79
function
formatDate(date: Date): string {
80
return
date.toLocaleDateString(
"en-US"
, { year:
"numeric"
, month:
"long"
, day:
"numeric"
})
81
}
82
83
function
getTimeRemaining(date: Date): string {
84
const
now =
new
Date()
Callers
1
status
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected