Php – Displaying date
<Html> <head> <title> EXAMPLE: Displaying date</title> </head> <html> <body> <?php echo date("Y/m/d"); echo "<br />"; echo date("Y.m.d"); echo "<br />"; echo date("Y-m-d"); ?> </body> </html>
<Html> <head> <title> EXAMPLE: Displaying date</title> </head> <html> <body> <?php echo date("Y/m/d"); echo "<br />"; echo date("Y.m.d"); echo "<br />"; echo date("Y-m-d"); ?> </body> </html>
You must be logged in to post a comment.
webslave.ws Powered by Wordpress
Entries (RSS)
and Comments (RSS).