php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "dates"

How can PHP be used to convert English dates to German dates in a web application?

To convert English dates to German dates in a web application using PHP, you can use the `setlocale` function to set the locale to German and then use...

How can PHP developers efficiently iterate through a series of dates to calculate specific deadlines or expiration dates, as discussed in the forum thread?

To efficiently iterate through a series of dates in PHP to calculate specific deadlines or expiration dates, developers can use the DateTime class alo...

How can the issue of converting week-based dates to specific dates in PHP be efficiently resolved using existing PHP functions like "date_create" and "date_format"?

Converting week-based dates to specific dates in PHP can be efficiently resolved by using the "date_create" function to create a DateTime object and t...

How can the mktime function be used to accurately compare dates in PHP?

When comparing dates in PHP, it's important to ensure that the dates are in a format that can be easily compared. The mktime function can be used to c...

How does MySQL interpret the result of DATE_FORMAT when sorting dates?

When sorting dates in MySQL that have been formatted using DATE_FORMAT, MySQL will interpret the dates as strings rather than actual dates. This can l...

Showing 11 to 15 of 3699 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 739 740 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.