phpbar.de logo

Mailinglisten-Archive

[php] time Feld in timestamp umwandeln

[php] time Feld in timestamp umwandeln

Werner Stuerenburg php_(at)_phpcenter.de
Mon, 2 Jul 2001 05:11:53 +0200


TIMESTAMP(14) Display format YYYYMMDDHHMMSS

> 22.06.2001 01:00:15

function dateToTmStmp($date){
        if (strLen($date) != 19) return ;
        $ar = explode('.',  substr($date, 0,10));
        return $ar[2] . $ar[1] . $ar[0]
               . str_replace(':', '', substr($date, 11));
}





-- 
Herzlich
Werner Stuerenburg            

_________________________________________________
ISIS Verlag, Teut 3, D-32683 Barntrup-Alverdissen
Tel 0(049) 5224-997 407 · Fax 0(049) 5224-997 409
http://pferdezeitung.de




php::bar PHP Wiki   -   Listenarchive