MCPcopy Index your code
hub / github.com/claude-code-best/claude-code / getTodayDateString

Function getTodayDateString

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

Source from the content-addressed store, hash-verified

413 * Get today's date in YYYY-MM-DD format.
414 */
415export function getTodayDateString(): string {
416 return toDateString(new Date())
417}
418
419/**
420 * 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