php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "specific date"

How can I format a date retrieved from a database in a specific way using PHP?

To format a date retrieved from a database in a specific way using PHP, you can use the date() function along with strtotime() to convert the retrieve...

What is the best approach to display specific files based on their creation date in a PHP script?

To display specific files based on their creation date in a PHP script, you can use the `filectime()` function to get the creation date of each file a...

How can we retrieve the highest result for each person on a specific date in PHP?

To retrieve the highest result for each person on a specific date in PHP, we can use a SQL query to group the results by person and date, then select...

How can JavaScript be utilized to change CSS styles based on a specific date in web development?

To change CSS styles based on a specific date in web development, you can use JavaScript to dynamically update the styles based on the current date. T...

What is the best way to determine the year of a specific date in PHP?

To determine the year of a specific date in PHP, you can use the date() function along with the 'Y' format character, which represents the year in a f...

Showing 56 to 60 of 10000 results

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