MCPcopy Index your code
hub / github.com/parse-community/parse-server / makeDates

Function makeDates

spec/ParseQuery.spec.js:563–567  ·  view source on GitHub ↗
(stringArray)

Source from the content-addressed store, hash-verified

561 }
562
563 const makeDates = function (stringArray) {
564 return stringArray.map(function (dateStr) {
565 return parseDate(dateStr + 'T00:00:00Z');
566 });
567 };
568
569 const objectsList = [];
570 objectsList.push(

Callers 1

ParseQuery.spec.jsFile · 0.85

Calls 1

parseDateFunction · 0.85

Tested by

no test coverage detected