About 1,290,000 results
Open links in new tab
  1. Date Functions in SQL Server and MySQL - W3Schools

    Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, Python, PHP, Bootstrap, Java, XML and more.

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

    Date and time functions The following tables list the Transact-SQL date and time functions. For more information about determinism, see Deterministic and Nondeterministic Functions.

  3. SQL | Date Functions - GeeksforGeeks

    Nov 22, 2025 · SQL Date Functions are built-in tools used to handle, modify, and analyze date/time values in a database. They help perform tasks like retrieving current dates, calculating differences, …

  4. SQL Date and Time (With Examples) - Programiz

    In SQL, there are different data types to help us work with dates and times. In this tutorial, you will learn about date and time data types in SQL with the help of examples.

  5. SQL Server Date and Time Functions with Examples

    Dec 31, 2024 · So, I put together this tutorial that shows the different date and time functions all in one place along with examples to make finding what you are looking for much easier to find SQL date …

  6. SQL Date and Time Functions: Comprehensive Guide

    Dec 19, 2024 · Master SQL date and time functions across different databases. Learn date arithmetic, formatting, time zones, and practical examples for temporal data manipulation. Working with dates …

  7. SQL Server Date vs DateTime

    Jun 13, 2025 · SQL Server provides numerous functions for working with date and time values. We can execute the following queries to get the expected outputs.

  8. SQL Date and Time Functions - DataLemur

    Aug 16, 2021 · In this SQL lesson, we'll cover how to use: , and to return current date, time and timestamp. and to extract specific components of date. to round down date or timestamp into specific …

  9. SQL Dates and Times - Tutorial Republic

    In this tutorial you will learn how to work with dates and times in SQL. Along with strings and numbers, you often need to store date and/or time values in a database, such as an user's birth date, …

  10. datetime (Transact-SQL) - SQL Server | Microsoft Learn

    This section describes what occurs when other date and time data types are converted to the datetime data type. When the conversion is from date, the year, month, and day are copied.