MCPcopy 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
79function formatDate(date: Date): string {
80 return date.toLocaleDateString("en-US", { year: "numeric", month: "long", day: "numeric" })
81}
82
83function getTimeRemaining(date: Date): string {
84 const now = new Date()

Callers 1

statusFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected