我想从现在开始有6年的约会?

我怎么做?

最佳答案

<?php
$timestamp = strtotime('+6 years');
echo date('Y-m-d H:i:s', $timestamp);
?>

09-05 19:50