php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "date and time formats"

How can PHP developers handle different date and time formats when working with database queries in PHP?

When working with database queries in PHP, PHP developers can handle different date and time formats by using the `DateTime` class to format dates bef...

What are the best practices for handling date and time formats in PHP when interacting with a MySQL database?

When handling date and time formats in PHP when interacting with a MySQL database, it is important to ensure that the formats are compatible to preven...

What are the potential pitfalls of relying on browser-specific date and time formats when working with PHP scripts?

Relying on browser-specific date and time formats can lead to inconsistencies and errors in PHP scripts, as different browsers may interpret date and...

How can date and time formats be effectively managed in PHP scripts to avoid errors like "array given" when using date_create_from_format?

When using date_create_from_format in PHP scripts, it is important to ensure that the date and time formats are correctly specified to avoid errors li...

What are best practices for formatting and displaying timestamps in PHP to reflect European date and time formats?

When displaying timestamps in PHP to reflect European date and time formats, it's important to use the correct date and time functions and format spec...

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.