About 865,000 results
Open links in new tab
  1. 14.7 Date and Time Functions - MySQL

    In some previous versions of MySQL, it was possible to pass an invalid date string such as '2021-11-31' to this function. In MySQL 8.4, STR_TO_DATE() performs complete range checking …

  2. MySQL DATE () Function - W3Schools

    Jun 15, 2017 · Definition and Usage The DATE () function extracts the date part from a datetime expression. Syntax DATE (expression)

  3. MySQL Date Functions

    This page shows you the most commonly used MySQL Date Functions that allow you to manipulate date and time data effectively.

  4. MySQL Date and Time Functions - GeeksforGeeks

    Apr 15, 2025 · In this article, we will explore the most commonly used MySQL date functions, explain their syntax, provide examples, and walk you through how to effectively use them

  5. MySQL Date and Time Function {Guide with Examples}

    Jan 28, 2021 · Date functions give you numerous options on how to modify, calculate, and convert date, time, and datetime expressions in MySQL. In this tutorial, you will learn about MySQL …

  6. MySQL Date Functions – Explained with Example Queries

    Sep 2, 2024 · In this comprehensive guide, we‘ll explore some commonly used MySQL date functions with examples. Learning these functions will help you efficiently query date ranges, …

  7. DATEMySQL Function Reference

    A comprehensive guide to SQL functions with examples for MySQL and PostgreSQL - Find out how the DATE function works in SQL MySQL. Retrieves the date from a date and time of day …

  8. MySQL DATE - MySQL Tutorial

    The MySQL DATE function is a powerful tool for handling date-related operations within the MySQL database management system. It is used to extract the date part from a date or …

  9. MySQL Date Functions: Complete Analyst’s Guide - LearnSQL.com

    Feb 20, 2024 · An extensive guide of all the MySQL date functions you’ll need to do accurate time-series data analysis.

  10. MySQL - Date and Time Functions - Online Tutorials Library

    In MySQL, we have a set of functions using which we can manipulate the date and time values. Following are the MySQL date time functions −