View Single Post
Old 2005-01-21, 08:59 AM   #5
cd34
a.k.a. Sparky
 
cd34's Avatar
 
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
For SSI, try:
<!--#exec cmd="date +'%A, %B %d, %Y'"-->

A little more information about the date command:
http://www.rt.com/man/date.1.html

For PHP, try:
<?php echo date("D F j, Y"); ?>

A little more information about the php date function:
http://www.php.net/manual/en/function.date.php
__________________
SnapReplay.com a different way to share photos - iPhone & Android
cd34 is offline   Reply With Quote