About 559,000 results
Open links in new tab
  1. 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.

  2. MySQL DATE_FORMAT () Function - W3Schools

    Jun 15, 2017 · Definition and Usage The DATE_FORMAT () function formats a date as specified. Syntax DATE_FORMAT (date, format)

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

  4. FORMAT (Transact-SQL) - SQL Server | Microsoft Learn

    The format argument must contain a valid .NET Framework format string, either as a standard format string (for example, "C" or "D"), or as a pattern of custom characters for dates and …

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

    We use the CONVERT & FORMAT functions in SQL Server Date.

  6. How to Specify a Date Format on Creating a Table and

    Jul 23, 2025 · To define a date column in a table, use the appropriate data type (e.g., DATE, DATETIME) during table creation. Below are examples: Example 1: Table with a Simple Date …

  7. 4 Ways to Format the Current Date as MM/DD/YYYY in SQL Server

    Aug 7, 2025 · With that in mind, here are four ways to format the current date as MM/DD/YYYY in SQL Server. 1. Using FORMAT() with an Explicit Format String. One of the easiest ways to do …

  8. SQL Server Date Format Example - DatabaseFAQs.com

    Feb 24, 2025 · We can specify the date format we want and get the format. The FORMAT function is used to format dates and time data types of a column (datetime, datetime2, date, …

  9. SQL Date Format Examples using 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 …

  10. SQL FORMAT () Function: Explained with Examples - Intellipaat

    5 days ago · Handling date and time values is an important task while you are working with databases. It is important to have a good understanding of formatting date and time values in …