a function to convert any date to ymd...


function datetoymd($date){ $dateymd = date('Y-m-d',$date);

        return $dateymd;
}

this function when output gives me the date 1970-01-01 (date of the unix timestamp start) so, ehm, why!?

cheers,
dave





_________________________________________________________________
Stay in touch with absent friends - get MSN Messenger http://messenger.msn.co.uk



-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to