php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "German date format"

How can one properly sort database entries by date in PHP when the date format is in German and needs to be displayed in a German format?

To properly sort database entries by date in PHP when the date format is in German and needs to be displayed in a German format, you can use the strto...

How can you output a date in German format in PHP?

To output a date in German format in PHP, you can use the `date()` function with the format 'd.m.Y' to display the date in the format day.month.year....

What is the best method to convert a German date format to an English date format using PHP?

To convert a German date format (dd.mm.yyyy) to an English date format (mm/dd/yyyy) using PHP, you can use the date_create_from_format() and date_form...

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...

What is the best practice for converting a date to German format in PHP?

When converting a date to German format in PHP, the best practice is to use the `date()` function along with the `setlocale()` function to set the loc...

Showing 1 to 5 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.