Howdy Matt, Saturday, September 13, 2003, 11:34:05 PM, Matt Robertson wrote:
> Assuming two different fields each hold date and time: > <cfset myDateTime=DateFormat(myquery.mydatefield,"mm/dd/yyyy") & " > " & > TimeFormat(myquery.mytimefield,"hh:mm:ss")> > Again, assuming you want to apply formatting masks to each. If you > don't, then just > <cfset myDateTime=myquery.mydatefield & " " & myquery.mytimefield> Thanks, Matt. Superb response, as usual. > That's it. I'm done for the day. Time to see whats left in the liquor > cabinet. Wish I could say the same, still working here. :) -- Chris Montgomery ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

