php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "date formats"

What are the potential pitfalls of using date formats in PHP when querying data?

When using date formats in PHP to query data, a potential pitfall is mismatched date formats between the data in the database and the format specified...

What are some best practices for handling date and time formats in PHP, especially when dealing with non-standard or non-RFC-compliant formats?

When dealing with non-standard or non-RFC-compliant date and time formats in PHP, it is best practice to use the DateTime class along with the DateTim...

In PHP, what are some best practices for handling and manipulating date formats?

When handling and manipulating date formats in PHP, it is important to use the DateTime class, which provides a more robust and reliable way to work w...

How can PHP beginners convert MySQL timestamps to specific date formats using PHP functions like strtotime and date?

To convert MySQL timestamps to specific date formats using PHP functions like strtotime and date, you can use the strtotime function to convert the ti...

What are the best practices for handling date formats and conversions in PHP?

Handling date formats and conversions in PHP can be tricky due to the variety of formats that dates can be represented in. To ensure consistency and a...

Showing 51 to 55 of 9319 results

‹ 1 2 ... 8 9 10 11 12 13 14 ... 1863 1864 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.