Hi @smanatt,
No worries.
Can you please share a screenshot of the full page showing the date?
Here’s the top portion of the packing list. Lower portion not captured for security purposes.
https://www.dropbox.com/s/k03q2ty7zoc7huo/packinglist_wrongdate.png?dl=0
Hi @smanatt,
Could you let us know if this issue is only with the packing list or even with invoices?
Can you please check and let us know.
Issue exists for invoices too.
Any updates on this issue. Client is crawling up my butt about it.
Hi @smanatt,
Apologies for the delay. We have tried to replicate the issue with lots of test cases. However, it seems to be a daunting task to reproduce it at our end.
Can you please post this query in here so that we can expedite it?
Hi @smanatt,
Thanks.
Our team will get back to you on this.
Hi
Did you get a resolution to this?
I noticed it was trying to do a strtotime on a dd/mm/yyyy format rather than dd-mm-yyyy
For now I have hacked the plugin with the following
$order_date = $order->order_date;
$order_date = str_replace('/', '-', $order_date);
But obviously this isn’t ideal
Cheers
Andy
-
This reply was modified 3 years, 2 months ago by
andytela.
Hi Andy ( @andymoonshine ) To change the date format we are having a hook. Please see below article on how to change the date format.