php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "date/time"

How can MySQL Date/Time functions be utilized to simplify Date/Time calculations in PHP?

When working with Date/Time calculations in PHP, utilizing MySQL Date/Time functions can simplify the process by offloading some of the heavy lifting...

How can time() and date() functions be utilized for date calculations in PHP?

The time() function in PHP returns the current Unix timestamp, which represents the current date and time in seconds since the Unix Epoch (January 1,...

How can PHP date/time functions be used to format and display date/time information stored in a MySQL database?

When retrieving date/time information from a MySQL database, it is often stored in a specific format (such as 'Y-m-d H:i:s'). To format and display th...

What are the advantages of using DATETIME datatype in a database for storing date and time values instead of separate columns for date and time?

Using the DATETIME datatype in a database for storing date and time values instead of separate columns for date and time simplifies data management an...

What potential issues can arise when using the date() function in PHP to format date and time?

One potential issue that can arise when using the date() function in PHP to format date and time is that it may not display the correct time zone. To...

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.