Gav,

Gavin Cooney wrote:
I've been asked to show a "Last updated on" date in the footer of every page
on my farcry site.

I guess this is just the datetimelastupdated field from the dmHTML table.

Can someone tell me if there is a way of displaying this in the dmfooter.cfm
page?

Sure... "datetimelastupdated" property is available in all content types (its specified in types.cfc abstract class).


All you need is to add a trusty:
<cfoutput>#dateformat(stobj.datetimelastupdated)#</cfoutput>

-- geoff
http://www.daemon.com.au/


--- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED]

MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia
http://www.mxdu.com/ + 24-25 February, 2004

Reply via email to