php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "readable date and time"

Are there any best practices for handling date conversions between Unix time and readable date formats in PHP and MySQL?

When working with dates in PHP and MySQL, it's important to convert between Unix time (a timestamp representing the number of seconds since January 1,...

What is the best way to convert a timestamp into a readable date and time format in PHP?

When working with timestamps in PHP, you can convert them into a readable date and time format using the `date()` function. This function takes two pa...

How can PHP's date function be utilized to convert seconds into a readable time format for database storage?

When storing time durations in a database, it is common to convert seconds into a readable time format for better readability and analysis. PHP's date...

How can a date and time string from an .ics file be converted to a readable format in PHP?

To convert a date and time string from an .ics file to a readable format in PHP, you can use the DateTime class to parse the string and then format it...

How can a Unix time value stored in a MySQL database be converted into a readable date format for display in a table using PHP?

To convert a Unix time value stored in a MySQL database into a readable date format for display in a table using PHP, you can use the PHP date() funct...

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.