If you look at my open source project Lighthouse (lighthouse.riaforge.org), I have a feature where when you save data in a textarea called 'notes', I add a timestamp to it. This is as simple as:
<cfif len(form.notes)> <cfset form.notes = form.notes & = "#chr(10)#Note set at #dateformat(now())# #timeformat(now())##chr(10)#"> </cffif> On Wed, Sep 21, 2011 at 1:14 AM, Mo Lay <[email protected]> wrote: > > Hi guys, > wondering if there is a specific way to build a memo / note area where all > notes are stored and can be viewed / sorted by time stamp ? > > thanks > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5604 Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-newbie/unsubscribe.cfm
