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

Function parseRDate

codebase/sources/dhtmlxscheduler.es.js:18099–18104  ·  view source on GitHub ↗
(rdateval, parms)

Source from the content-addressed store, hash-verified

18097 });
18098}
18099function parseRDate(rdateval, parms) {
18100 validateDateParm(parms);
18101 return rdateval.split(",").map(function(datestr) {
18102 return untilStringToDate(datestr);
18103 });
18104}
18105function createGetterSetter(fieldName) {
18106 var _this = this;
18107 return function(field) {

Callers 1

parseInputFunction · 0.70

Calls 2

validateDateParmFunction · 0.70
untilStringToDateFunction · 0.70

Tested by

no test coverage detected