MCPcopy Create free account
hub / github.com/develop202/migu_video / getDateTimeString

Function getDateTimeString

utils/time.js:10–12  ·  view source on GitHub ↗
(date)

Source from the content-addressed store, hash-verified

8}
9
10function getDateTimeString(date) {
11 return `${getDateString(date)}${getTimeString(date)}`
12}
13
14function getDateTimeStr(date) {
15 return `${date.getFullYear()}-${String(date.getMonth() + 1).padStart(2, "0")}-${String(date.getDate()).padStart(2, "0")} ` +

Callers 2

updatePlaybackDataByMiguFunction · 0.90
updatePlaybackDataByCntvFunction · 0.90

Calls 2

getDateStringFunction · 0.85
getTimeStringFunction · 0.85

Tested by

no test coverage detected