php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "Unix format"

How can one convert dates in German format to a UNIX timestamp for comparison in PHP?

To convert dates in German format to a UNIX timestamp for comparison in PHP, you can use the `strtotime()` function along with `str_replace()` to repl...

How can PHP scripts be modified to correctly display timestamps in a human-readable format instead of the Unix epoch time?

When displaying timestamps in a human-readable format in PHP, you can use the `date()` function to convert Unix epoch time to a readable format. Simpl...

What is the function in PHP to convert a date and time in the format TT.MM.JJJJ-HH:MM to a Unix timestamp?

To convert a date and time in the format TT.MM.JJJJ-HH:MM to a Unix timestamp in PHP, you can use the `strtotime()` function. This function parses a d...

How can a UNIX timestamp be converted into a normal time format in PHP?

To convert a UNIX timestamp into a normal time format in PHP, you can use the `date()` function along with the timestamp value. The `date()` function...

What potential pitfalls should be considered when storing dates in UNIX timestamp format in a PHP application?

When storing dates in UNIX timestamp format in a PHP application, one potential pitfall to consider is the limitation of the UNIX timestamp to dates b...

Showing 11 to 15 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.