MCPcopy 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// 工具方法
18class TimeFormat {
19 checkDateFormat(date) {
20 return padStart(date.toString(), 2, '0');
21 }
22
23 getCurrentTime() {
24 const time = new Date();

Callers 2

getCurrentTimeMethod · 0.95
initProject.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected