<?php $date = '2040-02-01'; $format = 'l d F Y H:i'; $mydate1 = strtotime($date); echo date($format, $mydate1); // Wednesday 01 February ...
確定! 回上一頁