You can also use the methods provided by PHP's built-in DateTime class: ... $time->year(2013) ->month(10) ->day(31); // Outputs '2021-01-31 22:11:30' echo ...
確定! 回上一頁