MCPcopy Create free account
hub / github.com/SilverTree7622/Phaser3_GUI_Inspector / getDate

Method getDate

js/manager/SaveManager.js:48–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46 this.push2saveQ();
47 }
48 getDate() {
49 let tD = this.date;
50 tD.year = tD.self.getFullYear();
51 tD.month = tD.self.getMonth();
52 tD.day = tD.self.getDay();
53 tD.time = tD.self.now();
54 tD.tot = tD.year + '/' + tD.month + '/' + tD.day + '/' + tD.time;
55 // console.log('tD.tot:', tD.tot);
56 }
57 push2saveQ(_obj) {
58 this.saveQ.push(_obj);
59 }

Callers 3

saveConfigMethod · 0.95
phaser.min.jsFile · 0.80
PGInspector.min.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected