MCPcopy Index your code
hub / github.com/GoogleTrends/data / isDate

Function isDate

Pikaday/pikaday.js:105–108  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

103 },
104
105 isDate = function(obj)
106 {
107 return (/Date/).test(Object.prototype.toString.call(obj)) && !isNaN(obj.getTime());
108 },
109
110 isWeekend = function(date)
111 {

Callers 4

setToStartOfDayFunction · 0.85
extendFunction · 0.85
PikadayFunction · 0.85
pikaday.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…