We Recommend

Wicked Cool PHP: Real-World Scripts That Solve Difficult Problems Wicked Cool PHP: Real-World Scripts That Solve Difficult Problems
Wicked Cool PHP contains a wide variety of scripts to process credit cards, check the validity of email addresses, template HTML, and serve dynamic images and text.


Posted By

kyokutyo on 12/22/06


Tagged

php time date


Versions (?)


Date


Published in: PHP 


  1. <?php
  2. $time = date("Ymd H:i:s");
  3. $year = date("Y");
  4. echo ($time);
  5. echo ($year);
  6. ?>

Report this snippet 

You need to login to post a comment.