MCPcopy Create free account
hub / github.com/AnukarOP/claude-code-leaked / getTodayDateString

Function getTodayDateString

source code/utils/statsCache.ts:417–419  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

415 * Get today's date in YYYY-MM-DD format.
416 */
417export function getTodayDateString(): string {
418 return toDateString(new Date())
419}
420
421/**
422 * Get yesterday's date in YYYY-MM-DD format.

Callers 1

aggregateClaudeCodeStatsFunction · 0.85

Calls 1

toDateStringFunction · 0.85

Tested by

no test coverage detected