Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSIST/OpenSIST.github.io
/ pad
Function
pad
src/Data/Common.js:101–101 ·
view source on GitHub ↗
(n)
Source
from the content-addressed store, hash-verified
99
const
date =
new
Date(utcString);
100
101
const
pad = (n) => String(n).padStart(2,
"0"
);
102
103
const
year = date.getFullYear();
104
const
month = pad(date.getMonth() + 1);
Callers
1
utcToLocal
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected