php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "formatting dates"

What are the potential pitfalls of not properly formatting dates when using PHP?

Not properly formatting dates in PHP can lead to incorrect display of dates, confusion for users, and potential errors in date calculations. To avoid...

What are some common methods for formatting dates in PHP?

When working with dates in PHP, it is important to format them correctly for display or manipulation. Some common methods for formatting dates in PHP...

What are some best practices for retrieving and formatting dates in PHP arrays?

When retrieving and formatting dates in PHP arrays, it is important to ensure that the dates are in a consistent format for easy manipulation and disp...

What are the potential pitfalls of relying on database-level formatting for dates in PHP applications?

Relying on database-level formatting for dates in PHP applications can lead to inconsistencies and issues when displaying dates in different formats....

What is the alternative method to DATE_FORMAT() for formatting dates in PHP?

When DATE_FORMAT() is not available or not suitable for formatting dates in PHP, an alternative method is to use the date() function with the strtotim...

Showing 1 to 5 of 8412 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1682 1683 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.