X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Dev Questions (https://forum.x-cart.com/forumdisplay.php?f=20)
-   -   Add todays date? (https://forum.x-cart.com/showthread.php?t=4417)

kck 09-20-2003 07:53 AM

Add todays date?
 
Hello I would like to addtoday's date to the index page somewhere can anyone instruct me on how to do this? I have tried with java script that I use on static pages but no luck and tried to use php but I think I am missing something....

Thanks-
Khris

shan 09-20-2003 10:32 AM

Hi,

all you need to add to show the date is this


Code:

{$currentDate|date_format:"%A, %B %e, %Y"}

Just a bit of smarty

adpboss 11-30-2003 02:33 PM

Is there something else to this?

I tried adding it to Customer/home_main.tpl with no success.

Suggestions please...

magnumkp 12-01-2003 01:00 AM

I use this code:

Quote:

{$smarty.now|date_format:"%A, %B %e %Y, %r"}

Further info about smarty dates here: http://smarty.php.net/manual/en/language.modifier.date.format.php

leon 12-04-2003 07:27 PM

Thanks for that seams simple.

adpboss 12-04-2003 07:31 PM

Works like a charm. Thank you.

leon 12-05-2003 07:29 PM

Very good.


All times are GMT -8. The time now is 12:50 PM.

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