MCPcopy Index your code
hub / github.com/simstudioai/sim / selectDay

Function selectDay

packages/emcn/src/components/calendar/calendar.tsx:300–300  ·  view source on GitHub ↗
(day: number)

Source from the content-addressed store, hash-verified

298 }, [selected, setView])
299
300 const selectDay = (day: number) => onChange?.(toDateString(view.year, view.month, day))
301
302 const goToToday = () => {
303 setView({ month: today.getMonth(), year: today.getFullYear() })

Callers 1

SingleCalendarViewFunction · 0.85

Calls 1

toDateStringFunction · 0.85

Tested by

no test coverage detected