just simple
use a inbuilt PHP date() function and pass the time() function as a parameter....
like...
echo date("y/m/d",time());
first parameter is date format.
and second is PHP inbuilt time() function.
php source code,php example, coding,PHP5,PHP script
1 comment:
thanks ...
Post a Comment