display time
-
How can I dsplay the time behind the orderdate of the order on the packing slips. Time should be displayed in the 24 hours format.
<tr class=”order-date”>
<th><?php _e( ‘Order Date:’, ‘wpo_wcpdf’ ); ?></th>
<td><?php $wpo_wcpdf->order_date(); ?></td>
</tr>
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘display time’ is closed to new replies.