Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/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
*/
415
export
function
getTodayDateString(): string {
416
return
toDateString(
new
Date())
417
}
418
419
/**
420
* Get yesterday's date in YYYY-MM-DD format.
Callers
1
aggregateClaudeCodeStats
Function · 0.85
Calls
1
toDateString
Function · 0.85
Tested by
no test coverage detected