php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "German date format"

What is the recommended way to output a MySQL DATE in German format using PHP?

When outputting a MySQL DATE in German format using PHP, you can use the date() function along with the setlocale() function to set the locale to Germ...

What are some potential pitfalls when converting a German date format to a SQL date in PHP?

One potential pitfall when converting a German date format (dd.mm.yyyy) to a SQL date format (yyyy-mm-dd) in PHP is ensuring that the date is properly...

How can you convert the date format from American to German without changing the format in the database?

To convert the date format from American to German without changing the format in the database, you can use PHP to retrieve the date from the database...

What is the best way to format a date retrieved from a MySQL database of type DATETIME in PHP for display in a German date format?

When retrieving a date from a MySQL database of type DATETIME in PHP for display in a German date format, you can use the date() function along with t...

How can PHP be used to display a timestamp in German date format on a webpage?

To display a timestamp in German date format on a webpage using PHP, you can use the `date()` function with the 'd.m.Y H:i:s' format specifier. This f...

Showing 6 to 10 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.