Geoff, "Element DATETIMELASTUPDATED is undefined in STOBJ."
Do i need to call types.cfm from dmFooter.cfm? Thanks for your help Gav ----- Original Message ----- From: <[EMAIL PROTECTED]> Newsgroups: farcry-dev To: "FarCry Developers" <[EMAIL PROTECTED]> Sent: Friday, December 05, 2003 6:31 PM Subject: [farcry-dev] Re: Last Update Date > 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 > --- 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
