where is a list of all formats?
Closed this issue · 5 comments
From manual page: https://php.net/function.date
Unfortunately, what you posted is not a bug report. If you have found a bug in the manual, please explain carefully what you expected to see.
I can't find the list with all the formats of the date function
This is most likely a translation issue. The pt_BR translation for date()
states:
Formato aceito pela DateTimeInterface::format().
But the DateTimeInterface::format()
does not list the formats.
@agenciadiz, use the English documentation for now: https://www.php.net/manual/en/datetime.format.php
This is most likely a translation issue. The pt_BR translation for
date()
states:Formato aceito pela DateTimeInterface::format().
But the
DateTimeInterface::format()
does not list the formats.@agenciadiz, use the English documentation for now: https://www.php.net/manual/en/datetime.format.php
tks
Thanks for reporting @agenciadiz, we'll fix it asap.