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

    Learn all about date styles in SQL Server: formats, usage, best practices, and solutions to common issues. See how AI2sql makes date formatting effortless for everyone.

  8. PostgreSQL: Documentation: 18: 8.5. Date/Time Types

    Nov 13, 2025 · 8.5.1. Date/Time Input # Date and time input is accepted in almost any reasonable format, including ISO 8601, SQL -compatible, traditional POSTGRES, and others. For some formats, …

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