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

Function sort

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

Source from the content-addressed store, hash-verified

15845 return clones;
15846 };
15847 var sort = function(dates) {
15848 dates.sort(function(a, b) {
15849 return a.getTime() - b.getTime();
15850 });
15851 };
15852 var timeToUntilString = function(time, utc) {
15853 if (utc === void 0) {
15854 utc = true;

Callers 4

dhtmlxscheduler.jsFile · 0.70
buildPoslistFunction · 0.70
iterSetFunction · 0.70
_addDateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected