php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "xlsx format"

How can the DateTime class in PHP be utilized to format dates for output in a specific format?

To format dates for output in a specific format using the DateTime class in PHP, you can create a new DateTime object with the date you want to format...

What is the ISO 8601 date format and how can it be converted to a different format in PHP?

The ISO 8601 date format is a standardized way of representing dates and times. To convert an ISO 8601 date to a different format in PHP, you can use...

How can one convert dates from a CSV file in German format to the English format required by a MySQL database using PHP?

To convert dates from German format to English format for a MySQL database using PHP, you can use the DateTime class to parse the German date format a...

How can PHP be used to format a sequence of numbers into a specific date format?

To format a sequence of numbers into a specific date format using PHP, you can use the `date()` function along with `mktime()` or `strtotime()` to con...

What is the difference between the format required by DateTime::COOKIE and the format required by setcookie in PHP?

The main difference between the format required by DateTime::COOKIE and the format required by setcookie in PHP is that DateTime::COOKIE returns a str...

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.