Hi, see:
administrator\components\com_virtuemart\pdf\delivery.pdf.php
administrator\components\com_virtuemart\pdf\phoca.tcpdf.php
Jan
Date Format and other questions
- Jan
- Phoca Hero
- Posts: 48536
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Date Format and other questions
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 10
- Joined: 09 Aug 2009, 20:33
Re: Date Format and other questions
Hi,
take a look at the FAQ: https://www.phoca.cz/documents/18-virtue ... te-receipt
Best regards
Tobiwankenobi
take a look at the FAQ: https://www.phoca.cz/documents/18-virtue ... te-receipt
Change the file ps_delivery.php in the directory administrator/components/com_virtuemart/classes
There three queries can be found:By simply changing the pattern "%Y-%m-%d" to the desired date format (like "%d.%m.%Y) does it. The characters are standing for day, month and year.Code: Select all
1 <?php 2 $q = "SELECT *, FROM_UNIXTIME(cdate, '%Y-%m-%d') as order_date"; 3 ?>
Best regards
Tobiwankenobi