MCPcopy Create free account
hub / github.com/DHTMLX/scheduler / ct

Function ct

codebase/dhtmlxscheduler.es.js:6542–6546  ·  view source on GitHub ↗
(e, i)

Source from the content-addressed store, hash-verified

6540 F(i.map(String), String(e)) || i.push(e);
6541}
6542function ct(e, i) {
6543 if (!(e instanceof Date))
6544 throw new TypeError(String(e) + " is not Date instance");
6545 F(i.map(Number), Number(e)) || (i.push(e), Ee(i));
6546}
6547function ht(e, i, t) {
6548 var n = !t || t.toUpperCase() === "UTC", s = n ? "".concat(e, ":") : "".concat(e, ";TZID=").concat(t, ":"), a = i.map(function(o) {
6549 return Ve(o.valueOf(), n);

Callers 1

Calls 2

FFunction · 0.70
EeFunction · 0.70

Tested by

no test coverage detected