ShareThis

Wednesday, February 22, 2012

PHP Insert date as "mm/dd/yy"

Very simple code:


<?php
echo date("m/d/y");
?>

0 comments:

Post a Comment