MCPcopy Create free account
hub / github.com/Openpanel-dev/openpanel / formatDate

Function formatDate

packages/db/src/gsc.ts:191–193  ·  view source on GitHub ↗
(date: Date)

Source from the content-addressed store, hash-verified

189}
190
191function formatDate(date: Date): string {
192 return date.toISOString().slice(0, 10);
193}
194
195function nowString(): string {
196 return new Date().toISOString().replace('T', ' ').replace('Z', '');

Callers 1

syncGscDataFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected