date (string $format , ?int $timestamp = null ): string ... $today = date("Y-m-d H:i:s"); // 2001-03-10 17:16:18 (the MySQL DATETIME format)
確定! 回上一頁