php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "German date format"

How can PHP be used to output months and weekdays in German?

To output months and weekdays in German using PHP, you can set the locale to German using the setlocale() function. This will ensure that the date and...

What is the best way to display the day of the week and date in PHP within a 7-day interval, with the day of the week in German?

To display the day of the week and date in PHP within a 7-day interval with the day of the week in German, you can use the `date()` function along wit...

What are some common methods for displaying the month in a specific language, such as German, using PHP's date() function?

When displaying the month in a specific language, such as German, using PHP's date() function, you can set the locale using setlocale() function to th...

How can German weekdays and months be displayed in PHP when formatting dates?

To display German weekdays and months in PHP when formatting dates, you can use the setlocale() function along with the strftime() function. By settin...

What are the potential pitfalls of comparing date values in PHP with MySQL DATE format?

When comparing date values in PHP with MySQL DATE format, one potential pitfall is that the date formats might not match exactly, leading to incorrect...

Showing 36 to 40 of 10000 results

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