SQL Date Format

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

This is in regards to SQL date format. In Oracle, you can use the
To_Char(DateField, 'Month-dd-yyyy') to format the result on your date field.

2006-09-20 00:00:00 = Sept-20-2006

What is the function in SQL2K?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top