|  | 
PHP ile gün hesabı - PHP Webmaster bilgi bankası, knowledge base Webmaster Araçları| AnaSayfa > PHP  > PHP ile gün hesabı |  |  |  | Kategori | : PHP |  | Gönderen | : Admin |  | Tarih | : 2009-02-19 |  | Puan | : 0  | Katılımcı : 0 |  | Okunma | : 4959 |  |  |  |  |  |  |  |  | <?php
 echo strtotime("now"), "\\n";
 // bugün
 echo strtotime("10 September 2000"), "\\n";
 // 10 eylül 2000
 echo strtotime("+1 day"), "\\n";
 // bir gün sonrası
 echo strtotime("+1 week"), "\\n";
 // bir hafta sonrası
 echo strtotime("+1 week 2 days 4 hours 2 seconds"), "\\n";
 // bir hafta 2 gün 4 saat 2 saniye sonrası
 echo strtotime("next Thursday"), "\\n";
 // en yakın perşembe
 echo strtotime("last Monday"), "\\n";
 // son pazartesi
 ?>
 
 
 | 
 | Yorumlar |  | Henüz Kimse Yorum Yapmamış, ilk yorumu siz ekleyin! |  | Yorum Ekleme Aparatı |  | Yorum Eklemek için lütfen sol menuden giris yapınız.. |  | Toplam 0 yorum listelendi. | 
 |