Saturday, February 25, 2012

date format

I know this is an easy question but I am trying to get a date in the format dd/mm/yyyy. In oracle it would be tochar('12/31/2001','dd/mm/yyyy) what is it in sql server?convert(char(10), '12/31/2001', 101)

No comments:

Post a Comment