Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dispatcharr/Dispatcharr
/ format
Function
format
frontend/src/utils/dateTimeUtils.js:48–49 ·
view source on GitHub ↗
(dateTime, formatStr)
Source
from the content-addressed store, hash-verified
46
dayjs(date1).diff(date2, unit);
47
48
export
const
format = (dateTime, formatStr) =>
49
dayjs(dateTime).format(formatStr);
50
51
export
const
getNow = () => dayjs();
52
Callers
15
Event
Function · 0.90
HourTimeline.jsx
File · 0.90
ProgramDetailModal
Function · 0.90
M3UTable
Function · 0.90
EPGsTable
Function · 0.90
UsersTable
Function · 0.90
EpisodeRow
Function · 0.90
Movie
Function · 0.90
UpcomingList
Function · 0.90
RecordingCard
Function · 0.90
formatTime
Function · 0.90
buildTimePlaceholders
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected