php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "manipulate dates"

What are some recommended resources or forums for further information on handling dates in PHP?

Handling dates in PHP can be tricky due to different date formats and time zones. One common issue is converting dates between different formats or ca...

What are the advantages of using MySQL's DATE_FORMAT function to format dates in PHP queries?

When retrieving dates from a MySQL database in PHP, the dates may not be formatted in the desired way. Using MySQL's DATE_FORMAT function in your SQL...

What PHP functions or libraries are recommended for working with timestamps and dates?

When working with timestamps and dates in PHP, it is recommended to use the built-in date and time functions provided by PHP. Functions like `strtotim...

How can dates be effectively stored and queried in a MySQL database for a PHP calendar application?

Dates can be effectively stored in a MySQL database by using the DATE data type. When querying dates, it is important to use the appropriate MySQL dat...

What is the purpose of the DateTime class in PHP and how can it be used to manipulate dates?

The DateTime class in PHP is used to work with dates and times in an object-oriented manner. It provides methods for creating, formatting, and manipul...

Showing 46 to 50 of 10000 results

‹ 1 2 ... 7 8 9 10 11 12 13 ... 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.