home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Resources / Developers / Alleycode HTML Editor 2.2 / alleycodesetup.exe / {app} / PHP / date.php < prev    next >
Encoding:
PHP Script  |  2002-11-18  |  38 b   |  6 lines

  1. <?php
  2.  
  3. echo gmdate("M d Y");
  4.  
  5. ?>
  6.