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.
1 parent 564e3a4 commit ca461e5Copy full SHA for ca461e5
src/client/src/pages/DataView360/View/components/VolunteerActivity.js
@@ -53,7 +53,7 @@ class volunteerActivity extends Component {
53
<TableCell>{
54
(volunteer.start_date === "N/A")
55
? "N/A"
56
- : moment(volunteer.start_date).format("MM-DD-YYYY")
+ : moment(volunteer.start_date).format("YYYY-MM-DD")
57
}
58
</TableCell>
59
<TableCell>{volunteer.life_hours.toFixed(2)}</TableCell>
0 commit comments