date('M,d,Y')


if you want to know how to display the current date its easy with php. all you have to do is use the date() function, here is an example:

PHP CODE:
<?
echo date('M,d,Y');
?>


the output will look like this:

OUTPUT:
Jan,05,2009


try it, open your text editor like notepad then copy and paste the php code from above and save it as date.php and upload to your site then open it with your broswer and you will see today's date