X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Separate Order Date (https://forum.x-cart.com/showthread.php?t=59051)

chamberinternet 04-25-2011 02:09 AM

Separate Order Date
 
Hi All ...

The order date in xc includes both the date and time in one field.
Is there a way in smarty is separate these in different variables?

Thanks a lot...

chamberinternet 04-25-2011 02:22 AM

Re: Separate Order Date
 
Ah! Got it... The order date is stored in unix format...
So it can be customised how you want it :-)
e.g.
Quote:

Date: {$order.date|date_format:"%A, %B %e, %Y"}
Time: {$order.date|date_format:"%I:%M %p"}


All times are GMT -8. The time now is 07:32 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.