How to remove the time from the date shown on invoices
You can remove the time from the order date/time on invoices by using the following method:
If you amend the invoice template (in Notepad is fine) and replace
[%ORD_DATE%]
with
#!#[%ORD_DATE%][D]2#!#
This will run the Date macro to remove the time.
You can display the date in other formats by using the a dfferent value after the [D], shown below.
1 - yyyy-mm-dd
2 - dd/mm/yyyy
3 - dd/mm/yy
4 - mm/dd/yy