php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "manipulate dates"

What are some common mistakes that developers make when trying to manipulate dates and times using PHP functions like mktime?

One common mistake developers make when using PHP functions like mktime to manipulate dates and times is not considering timezone differences. To avoi...

What PHP functions or methods can be used to manipulate and format dates to ensure accurate calculations in scenarios like the one described in the forum thread?

To ensure accurate date calculations in scenarios like the one described in the forum thread, PHP functions like strtotime(), date(), and DateTime cla...

What are common pitfalls when using PHP to manipulate dates and timestamps in MySQL databases?

Common pitfalls when using PHP to manipulate dates and timestamps in MySQL databases include not properly formatting the date/time strings, not handli...

What is the purpose of converting dates to numbers in PHP?

Converting dates to numbers in PHP can be useful for various purposes such as sorting dates chronologically, performing date calculations, or storing...

What potential pitfalls can beginners face when trying to manipulate dates in PHP?

One potential pitfall beginners can face when manipulating dates in PHP is not accounting for timezones, which can lead to incorrect date calculations...

Showing 31 to 35 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.