Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Display Link Expiry date on Detailed page

Quote Reply
Display Link Expiry date on Detailed page
Can anybody help with this?

Thanks
Colin Thompson
Quote Reply
Re: [colintho] Display Link Expiry date on Detailed page In reply to
You could try <%ExpiryDate%> ... or if that just shows a load of numbers, try:

Code:
<%GT::Date::date_get($ExpiryDate,'%ddd% %mmm% %dd% %yyyy%')%>

Cheers

Andy (mod)
andy@ultranerds.co.uk


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
Quote Reply
Re: [Andy] Display Link Expiry date on Detailed page In reply to
Andy

many thanks, the 2nd set of code works great
Colin Thompson