Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
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
setToStartOfDay
Function · 0.85
extend
Function · 0.85
Pikaday
Function · 0.85
pikaday.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected