我有一些PHP代码:$ exd = date_create('2015年12月1日'); $ exd = date_format($ exd,'Y-m-d'); echo $ exd;用于格式化日期。预期产量为2015-12-01, ...
確定! 回上一頁