php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "manipulate dates"

Are there any specific PHP functions or methods that can be used to manipulate and sort dates more efficiently?

When working with dates in PHP, the built-in functions like strtotime(), date(), and DateTime can be used to manipulate and format dates efficiently....

What are the potential pitfalls of using mktime() function in PHP to manipulate dates?

Using mktime() function in PHP to manipulate dates can lead to potential pitfalls such as not accounting for daylight saving time changes or incorrect...

What potential issues can arise when using PHP to manipulate dates in SQL queries?

One potential issue that can arise when using PHP to manipulate dates in SQL queries is the difference in date formats between PHP and SQL. To avoid t...

Are there any potential pitfalls when using the getdate() function in PHP to manipulate dates?

One potential pitfall when using the getdate() function in PHP to manipulate dates is that it returns an associative array, which can make it cumberso...

How can PHP date and time functions be used effectively in a script to manipulate and display dates?

To manipulate and display dates effectively in a PHP script, you can use various date and time functions provided by PHP. These functions allow you to...

Showing 11 to 15 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.