MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / _getDate

Method _getDate

modules/drivers/rtc/rtc.js:41–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39 }
40
41 _getDate() {
42 return {
43 year: 0,
44 month: 1,
45 date: 1,
46 dow: 1,
47 seconds: 0,
48 minutes: 0,
49 hours: 0
50 };
51 }
52 _setDate(date) {}
53
54 decToBcd(d) {

Callers 1

secondsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected