php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "StrFTime"

How can the combination of strftime and strtotime functions in PHP be helpful in date manipulation tasks?

When working with dates in PHP, the combination of the `strftime` and `strtotime` functions can be helpful in manipulating dates. `strftime` is used t...

How can the StrFTime function be used to format dates in PHP and display them in a specific way?

To format dates in PHP using the StrFTime function, you can specify the desired format using format specifiers like %Y for year, %m for month, %d for...

Are there alternative methods or libraries that can be used to achieve the same functionality as PHP's strftime on Windows systems?

One alternative method to achieve the same functionality as PHP's `strftime` on Windows systems is to use the `date` function with format characters c...

What is the purpose of using the PHP code "strftime("%m/%d %R", strtotime($zeile['date_von']))" for date formatting?

The purpose of using the PHP code "strftime("%m/%d %R", strtotime($zeile['date_von']))" is to format a date string retrieved from a database in a spec...

What are some potential pitfalls when using strftime to display time in different formats?

One potential pitfall when using strftime to display time in different formats is not properly escaping characters that have special meanings in the f...

Showing 26 to 30 of 88 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 17 18 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.