php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "grid format"

How can the date format be converted to ISO format for better comparison in PHP?

When comparing dates in PHP, it's often helpful to convert them to a standard format like ISO format (YYYY-MM-DD) for easier comparison. To convert a...

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 does the DateTime class in PHP handle date conversions from DD.MM.YYYY format to YYYY-MM-DD format?

When converting a date from DD.MM.YYYY format to YYYY-MM-DD format using the DateTime class in PHP, you can use the DateTime::createFromFormat() metho...

What are some common methods in PHP to convert a date from DD.MM.YYYY format to YYYY-MM-DD format?

When converting a date from DD.MM.YYYY format to YYYY-MM-DD format in PHP, one common method is to use the `DateTime` class to parse the input date an...

How can PHP be used to format a timestamp in the American date format for MySQL?

To format a timestamp in the American date format (MM/DD/YYYY) for MySQL, you can use the PHP date() function along with the strtotime() function to c...

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.