I have a bit of PHP code: $exd = date_create('01 Dec, 2015'); $exd = date_format($exd, 'Y-m-d'); echo $exd;. Which is used for formatting the date.
確定! 回上一頁