MCPcopy Index your code
hub / github.com/csev/py4e / createUTCDate

Function createUTCDate

code/gmane/Chart.bundle.js:2448–2454  ·  view source on GitHub ↗
(y)

Source from the content-addressed store, hash-verified

2446 }
2447
2448 function createUTCDate (y) {
2449 var date = new Date(Date.UTC.apply(null, arguments));
2450 if (y < 1970) {
2451 date.setUTCFullYear(y);
2452 }
2453 return date;
2454 }
2455
2456 addFormatToken(0, ['YY', 2], 0, function () {
2457 return this.year() % 100;

Callers 2

dayOfYearFromWeeksFunction · 0.85
configFromArrayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected