php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "Datanorm format"

How can PHP convert seconds into a format of days:hours:minutes:seconds?

To convert seconds into a format of days:hours:minutes:seconds in PHP, you can use simple arithmetic operations to calculate the number of days, hours...

What is the best practice for converting a date string generated with strftime in the format "%e. %B %Y" to a MySQL-compliant format like YYYY-MM-DD?

When converting a date string generated with strftime in the format "%e. %B %Y" to a MySQL-compliant format like YYYY-MM-DD, you can use the strtotime...

What is the difference between a normal CSV format and the format produced by fputcsv in PHP?

The main difference between a normal CSV format and the format produced by fputcsv in PHP is that fputcsv automatically handles special characters, en...

What is the default date format in PHP for MySQL databases?

When working with MySQL databases in PHP, the default date format is 'Y-m-d H:i:s' (Year-Month-Day Hour:Minute:Second). If you need to format dates di...

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

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.