php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "Date function"

How can the DATE() function in MySQL be utilized to simplify date comparisons in SELECT queries?

When working with dates in MySQL, it can be beneficial to use the DATE() function to simplify date comparisons in SELECT queries. This function allows...

How can the date() function in PHP be utilized to determine the current date for image manipulation?

To determine the current date for image manipulation using the date() function in PHP, you can use the 'Y-m-d' format to get the date in the year-mont...

What are the advantages and disadvantages of using the date() function in PHP to calculate date differences from Unix timestamps?

When calculating date differences from Unix timestamps in PHP, using the date() function can be advantageous because it allows for easy formatting of...

What are the differences between using the DATE_FORMAT function and the date function in PHP for converting timestamps?

When converting timestamps in PHP, the DATE_FORMAT function is used to format a date string according to a specified format, while the date function i...

What are the potential issues with using the date() function in PHP for parsing specific date formats?

When using the date() function in PHP for parsing specific date formats, one potential issue is that it may not be able to handle all date formats acc...

Showing 26 to 30 of 10000 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1999 2000 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.