How to display purchase time next to / or below date?
-
Please can you help me display the purchase TIME next to the purchase date? Or possible on a new line also (both options would be great). I already have the following code to display purchase DATE, which is great, but i need to have the TIME the product was purchased also on the PDF.
<tr class=”order-number”>
<th><?php _e( ‘Purchase Date:’, ‘wpo_wcpdf’ ); ?></th>
<td><?php $wpo_wcpdf->order_date(); ?></td>
</tr>Thank you
Matt
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to display purchase time next to / or below date?’ is closed to new replies.