php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "specific date"

Is it possible to query database entries based on a specific date, such as today's date, using PHP?

To query database entries based on a specific date, such as today's date, using PHP, you can use the MySQL function CURDATE() to get today's date and...

Is it advisable to convert timestamps to a specific date format using date() for cross-language compatibility?

When dealing with timestamps in programming, it is advisable to convert them to a specific date format using a function like date() for cross-language...

How can language-specific date formatting be implemented in PHP functions?

When working with date formatting in PHP, it is important to consider language-specific formatting to ensure dates are displayed correctly for users i...

What are the potential pitfalls of using microtime with a specific date in PHP?

When using microtime with a specific date in PHP, the potential pitfall is that the microtime function returns the current Unix timestamp in microseco...

What is the correct way to determine the calendar week of a specific date using PHP date functions?

To determine the calendar week of a specific date in PHP, you can use the "W" format character in the date() function. This character will return the...

Showing 11 to 15 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.