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 5c44a74 + 4128d0a commit 81db321Copy full SHA for 81db321
src/client/src/pages/DataView360/View/components/Adoptions.js
@@ -50,7 +50,7 @@ class Adoptions extends Component {
50
<TableRow key={index}>
51
<TableCell align="center">{row.Name}</TableCell>
52
<TableCell align="center">{row.Type}</TableCell>
53
- <TableCell align="center">{moment.unix(row.Events.Time).format("DD MMM YYYY")}</TableCell>
+ <TableCell align="center">{moment.unix(row.Events.Time).format("YYYY-MM-DD")}</TableCell>
54
<TableCell align="center">{showAnimalAge(row.DOBUnixTime)}</TableCell>
55
<TableCell align="center">{<img src={photo} alt="animal" style={{ "maxWidth": "100px" }} />}</TableCell>
56
</TableRow>
0 commit comments