summaryrefslogtreecommitdiff
path: root/print/templates/headline.html
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2018-10-31 01:06:31 +0100
committerLex Neva <lexelby@users.noreply.github.com>2018-10-30 18:06:31 -0600
commit98612eeae37ac5dee611f4607244da7c613c08e9 (patch)
treec72bdabe31a5b17e5c994f854266a7165675352f /print/templates/headline.html
parentbe833f898ff4912b4f1e54be37e6b8ff3c3f2c42 (diff)
Print Estimated Time (#341)
Diffstat (limited to 'print/templates/headline.html')
-rw-r--r--print/templates/headline.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/templates/headline.html b/print/templates/headline.html
index 369c370e..bf112dea 100644
--- a/print/templates/headline.html
+++ b/print/templates/headline.html
@@ -12,5 +12,5 @@
<p class="header-field" data-label="{{ _('PURCHASE ORDER #:') }}" contenteditable="true" data-placeholder="{{ _('Enter purchase order number...') }}" data-field-name="purchase-order"></p>
</div>
- <div class="currentDate">{{ date|datetimeformat(_('%Y.%m.%d')) }}</div>
+ <div class="currentDate">{{ date|datetimeformat(_('%m/%d/%Y')) }}</div>
</div>