PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
ISO-8601 year number. This has the same value as Y, except that if the ISO week number (W) belongs to the previous or next year, that year is used instead. (added in PHP 5.1.0)
thanks, so when the server's php updated it added the f?
No, it did not add an "f" but since php 5.10 it replaces the "o" with the ISO-8601 year.
5.1.0, no wonder why there is nothing about it in a php 4 book.
date("jS of F Y");
before 5.1.0: 8th of August 2007
since 5.10: 8th 2007f August 2007
It did not add an "f"