In many programming languages there is a date format function.  What is the
equiv in SQL Server.

I want to do a 
select dateformat(date1) + '|' + dateformat(date2) as datelist
from mytable
etc, etc...

Does anybody know what the dataformat syntax in SQL server is and can I do
it in a select statement?

Thanks,
B

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to