php.org PHP Logo
Beginner Intermediate Advanced

Search results for: ""o" format"

What are some best practices for converting numbers from a non-standard format to a standard format in PHP?

When converting numbers from a non-standard format to a standard format in PHP, it's important to identify the pattern of the non-standard format and...

How can you change the date format output in PHP to a classic German format?

To change the date format output in PHP to a classic German format, you can use the `date()` function along with the `setlocale()` function to set the...

How can PHP developers format time values in the 00:00:00 format for display purposes after performing time calculations?

When performing time calculations in PHP, developers may need to format the resulting time values in the 00:00:00 format for display purposes. This ca...

How can you ensure that the date format in PHP matches the format expected by MySQL in a query?

When passing dates from PHP to MySQL in a query, it is important to ensure that the date format matches the format expected by MySQL, which is 'YYYY-M...

How can PHP be used to format the date retrieved from a MySQL database to a specific format, such as DD.MM.YYYY HH:MM?

To format the date retrieved from a MySQL database to a specific format like DD.MM.YYYY HH:MM, you can use the PHP date() function along with strtotim...

Showing 41 to 45 of 10000 results

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