MCPcopy Index your code
hub / github.com/smallfawn/QLScriptPublic / getSignDay

Method getSignDay

daily/ddsy.js:61–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 return year + '-' + month + '-' + day + ' ' + hours + ':' + minutes + ':' + seconds;
60 }
61 getSignDay() {
62 var now = new Date();
63 var year = now.getFullYear()
64 , month = now.getMonth() + 1
65 , day = now.getDate()
66 return year + '-' + month + '-' + day
67 }
68 async getSignInId() {
69 const time = this.getTime()
70 const method = `ddky.promotion.signin.pageinfo`

Callers 1

getSignInIdMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected