Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

PHP Print todays date in PHP (See related posts)

// description of your code here


September 3rd, 2002
<? print date("F jS, Y"); ?>

mm/dd/yyyy
<? print date("m/j/Y"); ?>

mm/dd/yy
<? print date("m/j/y"); ?>

More Info: http://www.php.net/manual/en/function.date.php


Sports Games

You need to create an account or log in to post comments to this site.


Click here to browse all 7718 code snippets

Related Posts