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

Function sort

codebase/sources/dhtmlxscheduler.es.js:15843–15847  ·  view source on GitHub ↗
(dates)

Source from the content-addressed store, hash-verified

15841 return clones;
15842};
15843var sort = function(dates) {
15844 dates.sort(function(a, b) {
15845 return a.getTime() - b.getTime();
15846 });
15847};
15848var timeToUntilString = function(time, utc) {
15849 if (utc === void 0) {
15850 utc = true;

Callers 4

buildPoslistFunction · 0.70
iterSetFunction · 0.70
_addDateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected