📌  相关文章
📜  ISO 8601 php 代码示例

📅  最后修改于: 2022-03-11 14:54:03.455000             🧑  作者: Mango

代码示例3
FYI: there's a list of constants with predefined formats on the DateTime object, for example instead of outputting ISO 8601 dates with:



or



You can use



instead, which is much easier to read.