MCPcopy Create free account
hub / github.com/api-platform/website / getConferenceDate

Function getConferenceDate

pwa/utils/con/index.tsx:57–60  ·  view source on GitHub ↗
(date, start, end)

Source from the content-addressed store, hash-verified

55 start?: string,
56 end?: string
57) => string = (date, start, end) =>
58 start && end
59 ? `${toLocaleDate(date)} · ${getConferenceTimes(date, start, end)}`
60 : toLocaleDate(date);
61
62export function localeDuration(
63 duration: number,

Callers 4

SpeakerConferenceSlotFunction · 0.90
SpeakerPageListTemplateFunction · 0.90
ConferencePageTemplateFunction · 0.90
ScheduleDayFunction · 0.90

Calls 2

getConferenceTimesFunction · 0.85
toLocaleDateFunction · 0.70

Tested by

no test coverage detected