MCPcopy
hub / github.com/npmx-dev/npmx.dev / toIsoDate

Function toIsoDate

app/utils/date.ts:8–10  ·  view source on GitHub ↗
(date: Date)

Source from the content-addressed store, hash-verified

6}
7
8export function toIsoDate(date: Date): string {
9 return date.toISOString().slice(0, 10)
10}
11
12export function addDays(date: Date, days: number): Date {
13 const d = new Date(date)

Calls

no outgoing calls

Tested by

no test coverage detected