Sorry, I take that back. That's the sting representation of a CF datetime object.
A CF DateTime is an object of the class coldfusion.runtime.OleDateTime, as shown by this: <cfset MyDate = Now()> <cfdump var="#MyDate.getClass().getName()#"> -----Original Message----- From: James Holmes [mailto:[EMAIL PROTECTED] Sent: Tuesday, 14 June 2005 11:40 To: CF-Talk Subject: RE: [QUARRANTINE]CFDUMP and value formatting In fact these datetime "objects" are just a different type of string: {ts '2005-06-14 23:30:11'} ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:209425 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

