summaryrefslogtreecommitdiff
path: root/print/templates/headline.html
diff options
context:
space:
mode:
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>