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

Function Ee

codebase/dhtmlxscheduler.es.js:5238–5242  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

5236 i.push(qe(e[t]));
5237 return i;
5238}, Ee = function(e) {
5239 e.sort(function(i, t) {
5240 return i.getTime() - t.getTime();
5241 });
5242}, Ve = function(e, i) {
5243 i === void 0 && (i = !0);
5244 var t = new Date(e);
5245 return [me(t.getUTCFullYear().toString(), 4, "0"), me(t.getUTCMonth() + 1, 2, "0"), me(t.getUTCDate(), 2, "0"), "T", me(t.getUTCHours(), 2, "0"), me(t.getUTCMinutes(), 2, "0"), me(t.getUTCSeconds(), 2, "0"), i ? "Z" : ""].join("");

Callers 3

qaFunction · 0.70
ctFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected