php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "date string"

What is the significance of converting a string from date() to an integer in PHP?

Converting a string from date() to an integer in PHP can be significant when you need to compare or perform mathematical operations on dates. By conve...

How can PHP be used to manipulate and format date and time information stored in a string?

To manipulate and format date and time information stored in a string in PHP, you can use the strtotime() function to convert the string into a Unix t...

What function in PHP can be used to convert a MySQL date string into a Unix timestamp?

To convert a MySQL date string into a Unix timestamp in PHP, you can use the strtotime() function. This function parses the date/time string and retur...

What is the function in PHP that can be used to convert a date string into a timestamp?

To convert a date string into a timestamp in PHP, you can use the strtotime() function. This function takes a date string as input and returns a Unix...

How can the script be refactored to utilize MySQL date functions for date comparisons and calculations instead of manual string manipulation?

The issue can be solved by utilizing MySQL date functions for date comparisons and calculations instead of manual string manipulation. By using functi...

Showing 6 to 10 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.