<?php // Create DateTime object $date = date_create(); // Display DateTime in given format echo date_format($date, 'U = d-m-Y H:i:s') .
確定! 回上一頁