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
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
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