We just upgraded our account, going from CF6 to CF8 and from MS SQL 2000 (I think) to MS SQL 2005.
One of the features of our site is a court case database that allows users to search for a case name and have a list of results come up. The date field in the list of results is pretty messy - it looks like this:
2009-12-09 00:00:00.0
It used to be much friendlier, although I can't remember exactly how it was outputting before. I'd prefer MO-DAY-YEAR or Dec. 12, 2009.
The CF code that creates that results display hasn't changed, so I have to assume I need to tweak this in the database itself; the date is pulled from the "CaseDate" field with data type datetime. I'm not incredibly well-versed in MS SQL, but I do have SQL Server Management Studio Express.
Any suggestions on where to start?
Thanks!