Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/QMUI_Web
/ checkDateFormat
Method
checkDateFormat
workflow/TimeFormat.js:19–21 ·
view source on GitHub ↗
(date)
Source
from the content-addressed store, hash-verified
17
// 工具方法
18
class
TimeFormat {
19
checkDateFormat(date) {
20
return
padStart(date.toString(), 2,
'0'
);
21
}
22
23
getCurrentTime() {
24
const
time =
new
Date();
Callers
2
getCurrentTime
Method · 0.95
initProject.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected