php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "manipulate dates"

How can one effectively use DateTime objects to manipulate dates in PHP?

To effectively manipulate dates in PHP using DateTime objects, you can create a DateTime object for the date you want to manipulate and then use vario...

What PHP functions can be used to manipulate and format dates in different ways?

To manipulate and format dates in PHP, you can use functions like date(), strtotime(), and strftime(). These functions allow you to format dates in di...

How can relative expressions be used to manipulate dates in PHP?

Relative expressions in PHP can be used to manipulate dates by adding or subtracting a specific time interval from a given date. This can be useful fo...

What are the different methods available in PHP to manipulate dates and time?

There are several methods available in PHP to manipulate dates and time. Some common methods include using the date() function to format dates, the st...

How can the PHP datetime functions be effectively used to manipulate dates in different formats?

To manipulate dates in different formats using PHP datetime functions, you can use the `DateTime` class along with its various methods to format, modi...

Showing 1 to 5 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.