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 6c33055 + ca461e5 commit 0bbcadeCopy full SHA for 0bbcade
src/client/src/pages/DataView360/View/components/VolunteerActivity.js
@@ -49,7 +49,7 @@ class volunteerActivity extends Component {
49
<TableCell>{
50
(volunteer.start_date === "N/A")
51
? "N/A"
52
- : moment(volunteer.start_date).format("MM-DD-YYYY")
+ : moment(volunteer.start_date).format("YYYY-MM-DD")
53
}
54
</TableCell>
55
<TableCell>{volunteer.life_hours.toFixed(2)}</TableCell>
0 commit comments