php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "date/time values"

How can the date() function in PHP be utilized to format date and time values for MySQL database insertion?

When inserting date and time values into a MySQL database using PHP, the date() function can be utilized to format the date and time values in the des...

What are the implications of storing date/time values in UTC format in MySQL?

Storing date/time values in UTC format in MySQL ensures consistency across different time zones and simplifies date/time calculations. To display the...

How can PHP functions like date() and strtotime() be used to manipulate date and time values effectively?

PHP functions like date() and strtotime() can be used effectively to manipulate date and time values. The date() function allows you to format a times...

How can PHP functions like time() and date() be utilized to manipulate and display time values effectively?

To manipulate and display time values effectively using PHP functions like time() and date(), you can use them in conjunction to retrieve the current...

What functions in PHP can be used to manipulate time and date values effectively?

When working with time and date values in PHP, the `date()` function is commonly used to format a timestamp into a desired date and time format. Addit...

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.