We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 53b48cb + 56593b7 commit c87a7e8Copy full SHA for c87a7e8
src/pages/TablePage/ContestTable.tsx
@@ -71,7 +71,7 @@ export const ContestTable: React.FC<Props> = (props) => {
71
</strong>
72
{showContestDate && (
73
<span className="table-contest-date-span">
74
- ({dataFormat(new Date(contest.Date), 'yyyy/mm/dd')})
+ ({dataFormat(Date.parse(contest.Date), 'yyyy/mm/dd')})
75
</span>
76
)}
77
<Table striped bordered hover className="contest-other-table">
0 commit comments