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

Function dt

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

Source from the content-addressed store, hash-verified

6415 return ee(ee({}, e), { dtstart: i, tzid: t });
6416}
6417function dt(e, i) {
6418 return function(t) {
6419 t.forEach(function(n) {
6420 if (!/(VALUE=DATE(-TIME)?)|(TZID=)/.test(n))
6421 throw new Error("unsupported RDATE/EXDATE parm: " + n);
6422 });
6423 }(i), e.split(",").map(function(t) {
6424 return Fe(t);
6425 });
6426}
6427function _t(e) {
6428 var i = this;
6429 return function(t) {

Callers 1

PaFunction · 0.70

Calls 1

FeFunction · 0.70

Tested by

no test coverage detected