Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
417
export
function
getTodayDateString(): string {
418
return
toDateString(
new
Date())
419
}
420
421
/**
422
* 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