MCPcopy Create free account
hub / github.com/smallfawn/QLScriptPublic / todayText

Function todayText

wxapp/oppo.js:77–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75}
76
77function todayText() {
78 const now = new Date();
79 const y = now.getFullYear();
80 const m = String(now.getMonth() + 1).padStart(2, "0");
81 const d = String(now.getDate()).padStart(2, "0");
82 return `${y}-${m}-${d}`;
83}
84
85async function request(options) {
86 const res = await axios.request({

Callers 1

todayAwardMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected