php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "date/time values"

In the context of PHP and MySQL, what are some best practices for storing and manipulating date/time values in databases?

When storing date/time values in MySQL databases, it is recommended to use the DATETIME data type to ensure accurate storage and manipulation of date/...

What are the best practices for comparing date and time values in PHP to ensure accuracy?

When comparing date and time values in PHP, it is important to ensure accuracy by using the correct date and time functions and formats. One common mi...

How can PHP be used to properly format and display date and time values retrieved from a database?

When retrieving date and time values from a database in PHP, it is important to properly format and display them to ensure they are easily readable fo...

How can the DateTime class in PHP be utilized to handle date/time values more effectively?

Using the DateTime class in PHP can help handle date and time values more effectively by providing a set of methods for manipulating, formatting, and...

What are the advantages of using DateTime or similar data types for storing date and time values in a database compared to varchar?

Storing date and time values as DateTime or similar data types in a database provides several advantages compared to using varchar. These advantages i...

Showing 46 to 50 of 10000 results

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