php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "manipulate dates"

How can strtotime be used to manipulate dates in PHP, and what are its limitations?

strtotime can be used in PHP to manipulate dates by converting textual date descriptions into Unix timestamps. This function can be useful for adding...

How can regular expressions be effectively used in PHP to manipulate and format data like dates?

Regular expressions can be effectively used in PHP to manipulate and format data like dates by matching patterns within the date string and then apply...

How can PHP be used to manipulate dates, such as adding or subtracting days?

To manipulate dates in PHP, you can use the DateTime class which provides methods for adding or subtracting days. You can create a new DateTime object...

What are some key considerations when using mktime() function in PHP to manipulate dates?

When using the mktime() function in PHP to manipulate dates, it is important to consider the input parameters such as the hour, minute, second, month,...

How can beginners effectively use the strtotime function in PHP to manipulate dates?

When using the strtotime function in PHP to manipulate dates, beginners can effectively utilize it by passing a date string to strtotime and then usin...

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.