php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "days in month"

Are there any recommended PHP functions or libraries that can assist in creating a table for tracking work hours by month and calendar week?

To create a table for tracking work hours by month and calendar week in PHP, you can use the DateTime class to calculate the number of days in a month...

How can news from the last 3 days be displayed in PHP without using time()-259200?

To display news from the last 3 days in PHP without using time()-259200, you can calculate the timestamp for 3 days ago using the mktime() function. T...

What potential pitfalls should PHP developers be aware of when using strtotime() to add a month to a date?

When using strtotime() to add a month to a date in PHP, developers should be aware that it does not always handle edge cases, such as adding a month t...

How can one handle varying lengths of months when converting time to days in PHP?

When converting time to days in PHP, one can handle varying lengths of months by using the `DateTime` class to calculate the difference between two da...

What is the best practice for generating an array of weekend dates in a specific month and year using PHP?

To generate an array of weekend dates in a specific month and year using PHP, you can loop through all the days in the month and check if each day fal...

Showing 46 to 50 of 10000 results

‹ 1 2 ... 7 8 9 10 11 12 13 ... 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.