asp.net codes
Saturday, January 2, 2016
Good way to format date in SQL server
DECLARE @d DATETIME = GETDATE();
SELECT FORMAT( @d, 'MMMM dd, yyyy', 'en-US' ) AS 'DateTime Result'
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment