We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5a51ec commit 0a8c1ebCopy full SHA for 0a8c1eb
templates/shared/issuelist.tmpl
@@ -108,7 +108,7 @@
108
<span class="due-date tooltip" data-content="{{$.locale.Tr "repo.issues.due_date"}}" data-position="right center">
109
<span{{if .IsOverdue}} class="overdue"{{end}}>
110
{{svg "octicon-calendar" 14 "gt-mr-2"}}
111
- <time data-format="short-date" datetime="{{.DeadlineUnix.FormatLong}}">{{.DeadlineUnix.FormatShort}}</time>
+ <time data-format="short-date" datetime="{{.DeadlineUnix.FormatDate}}">{{.DeadlineUnix.FormatShort}}</time>
112
</span>
113
114
{{end}}
0 commit comments