<snip>
i am new to php, i am trying to call the date function this way:
<?php echo date("d/m/y"); ?>
and the result i get is: object18/03/04
any help would be appreciated
</snip>
I recommend the manual and google
http://www.php.net/manual/en/ref.datetime.php
http://www.php.net/date
http://www.php.net/manual/en/function.time.php
http://www.php.net/manual/en/function.strtotime.php
those are a few places to start looking
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php