Will display the current date
Code starts here
<html> <head> <title>Todays Date</title> </head> <body> <? print(Date("l F d, Y")); ?> </body> </html>
Submitted by Devscripts on 13-02-2003 15:37