I am trying to write a query that will return the ‘Audit Date’ field as MM-DD-YYYY. I searched a few forums, but can only find how to convert the current date in that format. How do I return all dates in this format?
Here is what I found to convert the current date:
convert(varchar, getdate(), 110)
Thanks in advance!
See the msdn doc for Convert and Cast