About 1,660,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. SQL Date Format Examples using CONVERT Function

    Sep 26, 2025 · Learn how to use SQL CONVERT for different SQL date format options and achieve the desired date representation.

  3. 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 …

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

    How to perform the SQL Server DATE Format and Time with an example. We use the CONVERT & FORMAT functions in SQL Server Date.

  5. 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 …

  6. SQL Server Datetime Formats - DataSunrise

    By default, a query like SELECT GETDATE (); returns a result in the format 'YYYY-MM-DD HH:MI:SS.mmm'. For example: To customize the format, use the CONVERT () or FORMAT () …

  7. date styles in sql server - Complete Guide 2025 | AI2sql

    Date styles in SQL Server refer to formatting conventions used when converting between datetime/string types — especially with CONVERT and CAST functions. Each style is represented by a numeric …

  8. SQL Date Format Explained with Examples - GoLinuxCloud

    Jan 13, 2024 · There are more than 50 SQL Date Formats that can be used in different versions of SQL Server, In simple terms, SQL date formatting is like changing the way dates are shown in a database …

  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. SQL Server Date Format 101

    Jun 23, 2025 · In this comprehensive article, I’ll share approaches to SQL Server date formatting with style code 101, covering everything from basic conversions to advanced techniques that’ll help you …