Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/massCodeIO/massCode
/ today
Function
today
src/renderer/composables/useDonations.ts:21–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
)
20
21
function
today() {
22
return
format(
new
Date(),
'yyyy-MM-dd'
)
23
}
24
25
function
dayDiff(a: string, b: string) {
26
const
ms =
new
Date(b).getTime() -
new
Date(a).getTime()
Callers
2
showToast
Function · 0.85
markActiveDay
Function · 0.85
Calls
1
format
Function · 0.85
Tested by
no test coverage detected