Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dispatcharr/Dispatcharr
/ isValid
Function
isValid
frontend/src/utils/dateTimeUtils.js:56–56 ·
view source on GitHub ↗
(dateTime)
Source
from the content-addressed store, hash-verified
54
dayjs.duration(dateTime, unit).humanize();
55
56
export
const
isValid = (dateTime) => dayjs(dateTime).isValid();
57
58
export
const
toDate = (dateTime) => dayjs(dateTime).toDate();
59
Callers
1
RecordingUtils.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected