hi
i used from regular command for showing date in php
<?php echo(Date("l F d, Y")); ?>
that as you know the result is some things like this : Monday December 12, 2011 but i need the brief form of date some things like this one : 12/30/2011 . please help me with this, and also i want to display the local time of users for recording into database tables.
please help me !