瀏覽單個文章
嚐起來像雞
Major Member
 
嚐起來像雞的大頭照
 

加入日期: Nov 2004
您的住址: 高雄
文章: 276
PHP
代碼:
<?php
    $year = '2015';
    $month = '04';
    $dt = new DateTime("{$year}-{$month}");
    $dt->modify('second tuesday');
    echo "{$year}年{$month}月的第二個禮拜二是",$dt->format('Y-m-d');
?>


會不會寫不重要
我覺得重要的是有基本sense跟找尋資源的能力
__________________

It's when you start to become really afraid of death,
that you learn to appreciate life. [Leon]
舊 2015-05-24, 10:21 AM #37
回應時引用此文章
嚐起來像雞離線中