I searched the whole web, but was not able to find the reason why strftime
is being removed from php. From my point of view it was the perfect function for easy access to custom date formats. The "alternative" IntlDateFormatter::format()
feels so cumbersome.
Can anyone explain why strftime
is no longer part of php?
2
Answers
From here:
It’s because it has "better" methods, like
IntlDateFormatter::format
As stated in here
The problem is also stated there:
It also quotes replacements: