MCPcopy Create free account
hub / github.com/Openpanel-dev/openpanel / formatDate

Function formatDate

apps/start/src/components/projects/project-chart.tsx:55–61  ·  view source on GitHub ↗
(date: Date)

Source from the content-addressed store, hash-verified

53 };
54
55 const formatDate = (date: Date) => {
56 return new Intl.DateTimeFormat('en-GB', {
57 weekday: 'short',
58 day: '2-digit',
59 month: 'short',
60 }).format(date);
61 };
62
63 return (
64 <>

Callers 9

project-chart.tsxFile · 0.70
TooltipFunction · 0.50
chart.tsxFile · 0.50
ConversionTableFunction · 0.50
useXAxisPropsFunction · 0.50
ReportTableFunction · 0.50
TooltipFunction · 0.50
OPTooltipBodyFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected