php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "weekday names"

Are there any best practices for efficiently managing month and weekday arrays in PHP?

When managing month and weekday arrays in PHP, it is best to use built-in PHP functions to handle the arrays efficiently. One approach is to use the `...

How can PHP be integrated into an HTML page to display the date and weekday?

To display the date and weekday in an HTML page using PHP, you can use the `date()` function to get the current date and then use the `date('l')` form...

How can CSS be used to display the weekday in uppercase in a PHP function?

To display the weekday in uppercase using CSS in a PHP function, you can apply the CSS property `text-transform: uppercase;` to the element containing...

How can you output "morgen" based on the weekday index in PHP?

To output "morgen" based on the weekday index in PHP, you can use the date() function to get the current day of the week as an index (0 for Sunday, 1...

How can PHP be used to determine the weekday for a date retrieved from a database?

To determine the weekday for a date retrieved from a database using PHP, you can use the `date()` function along with the `strtotime()` function. Firs...

Showing 31 to 35 of 6787 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1357 1358 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.