We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f400f6 commit 091eb0cCopy full SHA for 091eb0c
webpack/js/components.js
@@ -71,7 +71,7 @@ export const IssueCard = {
71
computed: {
72
dateCreated() {
73
const dateCreated = new Date(this.issue.createdAt * 1000)
74
- return dateCreated.toISOString()
+ return dateCreated.toISOString().substring(0,10)
75
}
76
77
0 commit comments