Posted - 05/06/2020 : 06:01:38
Hi,
Just a small query here if I may please. In the order status emails, the order date gets used with %orderdate% When that field is replaced in the email, we get the date and time like this '18th February 2020 15:15'
I have these in my includes.php (v7.2.2)
$admindateformat=2; //uk $dateformatstr = "dS F Y";
I don't have any of the format items for 'time' but the time is still showing. How can I remove the time from the orderdate format in the status emails?
Thank you Ellen
|