Once again, getting the timestamp of a date is the key to everything: <?php $timestamp = strtotime("2008-07-03"); $day_of_week = date('l', $timestamp); echo ...
確定! 回上一頁