sql server french format date
Here is how we can get a YYYY-MM-DD date format, without the hours and minutes.
select CONVERT(VARCHAR(10), GetDate(), 120) as [myFrenchDate]
Tricks & tips from a asp.net developper.
Here is how we can get a YYYY-MM-DD date format, without the hours and minutes.
select CONVERT(VARCHAR(10), GetDate(), 120) as [myFrenchDate]
Posted by Denis Sauve at 11/02/2006
Labels: SQL Server
No comments:
Post a Comment