Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TruthHun/BookStack
/ addZero
Function
addZero
static/editor.md/editormd.amd.js:4562–4564 ·
view source on GitHub ↗
(d)
Source
from the content-addressed store, hash-verified
4560
format = format ||
""
;
4561
4562
var
addZero =
function
(d) {
4563
return
(d < 10) ?
"0"
+ d : d;
4564
};
4565
4566
var
date =
new
Date();
4567
var
year = date.getFullYear();
Callers
1
editormd.amd.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected