Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoogleTrends/data
/ setToStartOfDay
Function
setToStartOfDay
Pikaday/pikaday.js:127–130 ·
view source on GitHub ↗
(date)
Source
from the content-addressed store, hash-verified
125
},
126
127
setToStartOfDay =
function
(date)
128
{
129
if
(isDate(date)) date.setHours(0,0,0,0);
130
},
131
132
compareDates =
function
(a,b)
133
{
Callers
1
pikaday.js
File · 0.85
Calls
1
isDate
Function · 0.85
Tested by
no test coverage detected