php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "week number"

How can the week number be displayed in a PHP calendar?

To display the week number in a PHP calendar, you can use the `date()` function with the 'W' format character, which represents the ISO-8601 week numb...

How can mktime be used to calculate Unix times with only the year and week number?

To calculate Unix times with only the year and week number, you can use the mktime function in PHP along with the date function to convert the week nu...

How can you determine the day of the week from a day number in PHP?

To determine the day of the week from a day number in PHP, you can use the `date()` function along with the `l` format character, which returns the fu...

What MySQL function can be used to determine the week number of a given date for creating weekly statistics in PHP?

To determine the week number of a given date for creating weekly statistics in PHP, you can use the MySQL function WEEK(). This function returns the w...

How can PHP be used to calculate the start date of a given week based on the week number provided?

To calculate the start date of a given week based on the week number provided in PHP, you can use the `strtotime` function along with the `date` funct...

Showing 1 to 5 of 10000 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 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.