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

Function parseRDate

codebase/sources/dhtmlxscheduler.js:18103–18108  ·  view source on GitHub ↗
(rdateval, parms)

Source from the content-addressed store, hash-verified

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

Callers 1

parseInputFunction · 0.70

Calls 2

validateDateParmFunction · 0.70
untilStringToDateFunction · 0.70

Tested by

no test coverage detected