php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "manipulate dates"

What are common pitfalls to avoid when using PHP to manipulate dates and timestamps in database queries?

One common pitfall to avoid when using PHP to manipulate dates and timestamps in database queries is not properly formatting the date or timestamp bef...

What are the potential pitfalls of using date() and mktime() functions in PHP to manipulate dates retrieved from a database?

When using date() and mktime() functions in PHP to manipulate dates retrieved from a database, one potential pitfall is not accounting for time zone d...

Are there any potential pitfalls to be aware of when using PHP to manipulate and display dates in a calendar?

One potential pitfall when using PHP to manipulate and display dates in a calendar is the handling of time zones. It's important to ensure that the ti...

Are there any best practices to follow when using PHP to manipulate dates and times?

When manipulating dates and times in PHP, it is important to follow best practices to ensure accuracy and consistency. One common practice is to use t...

What are the potential pitfalls of storing dates as timestamps in PHP?

Storing dates as timestamps in PHP can lead to difficulties when trying to display or manipulate the date in a human-readable format. To avoid this is...

Showing 36 to 40 of 10000 results

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