Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/smallfawn/QLScriptPublic
/ formatDate
Function
formatDate
wxapp/ztkd.js:62–64 ·
view source on GitHub ↗
(date)
Source
from the content-addressed store, hash-verified
60
}
61
62
function
formatDate(date) {
63
return
`${date.getFullYear()}-${pad(date.getMonth() + 1)}-${pad(date.getDate())}`;
64
}
65
66
function
parseAccount(raw) {
67
const
text = String(raw ||
""
).trim();
Callers
2
signRange
Method · 0.70
sign
Method · 0.70
Calls
1
pad
Function · 0.70
Tested by
no test coverage detected