About 1,810,000 results
Open links in new tab
  1. List of Date Formats Available with CONVERT () in SQL Server

    Jan 12, 2021 · The following table contains a list of the date formats that you can provide to the CONVERT() function when you convert a date/time value to a string. These formats are provided as …

  2. Date and time data types and functions (Transact-SQL)

    The sections in this article cover all Transact-SQL date and time data types and functions. The Transact-SQL date and time data types are listed in the following table: The Transact-SQL rowversion data …

  3. SQL Date Format Examples using SQL CONVERT Function

    Sep 26, 2025 · When querying SQL Server data, dates and times may not always be formatted the way you want. In this article, we look at how to use the SQL CONVERT function to format dates and …

  4. SQL Server Date Formatting - SQL Server Guides

    Jun 10, 2025 · In this comprehensive article, I’ll walk you through everything you need to know about SQL Server date formatting—from basic conversions to advanced techniques, followed by the best …

  5. SQL DATE Format using Convert, Format Functions - Tutorial Gateway

    We will write different Date format Queries for this demonstration using CONVERT and FORMAT functions. The CONVERT function provides different styles to format date and time. ODBC is …

  6. The Ultimate Guide to the SQL Server Date Format - dbvis.com

    Oct 23, 2024 · Let's learn everything you need to know about SQL Server Date format operations, from accepted date formats to the use of the FORMAT function. Dealing with dates is always a headache …

  7. date (Transact-SQL) - SQL Server | Microsoft Learn

    Dec 10, 2010 · The following lists show the valid string literal formats for the date data type. [m]m, dd, and [yy]yy represent month, day, and year in a string with slash marks (/), hyphens (-), or periods (.) …

  8. How to Change Date and Time Formats in T-SQL: A Comprehensive …

    Sep 23, 2023 · In this blog post, I’ll walk you through how to change date and time formats in T-SQL. T-SQL offers a plethora of functions that can be harnessed to manipulate date and time data types. …

  9. Format SQL Server Dates with FORMAT Function

    Oct 31, 2025 · Format SQL Date examples using SQL FORMAT Function to format dates, time and numbers in SQL Server with valuable code.

  10. T-SQL Format DATE or DATETIME as String. 44 Common

    In this post, we will demonstrate 44 common examples of formatting DATE or DATETIME values to string using the built-in FORMAT function available in SQL Server 2012 and later versions. You can …