current date silly question
Sorry, you don't have permission to post posts. Log in, or register if you haven't yet.
Comments on current date
Forum Regular
Usergroup: Customer
Joined: Jun 22, 2005
Total Topics: 91
Total Comments: 305
Hi Paul,
I can't find a template variable that would display the current date... How can I display the current date?
On a related question. I see there is a LINKDAYSOLD variable. Is there a way to include a LINKYEARSOLD variable in the next upgrade?
Thanks
David
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Use PHP. <?php strftime("%x"); ?>
Years old should be done as <?php echo round(({LINKDAYSOLD}/365), 0); ?>
Forum Regular
Usergroup: Customer
Joined: Jun 22, 2005
Total Topics: 91
Total Comments: 305
Hi Paul,
Thank you for your help.
David