phpbar.de logo

Mailinglisten-Archive

[php] Timestamp in Array-Variable bei Ausgabe formatieren

[php] Timestamp in Array-Variable bei Ausgabe formatieren

php_(at)_phpcenter.de php_(at)_phpcenter.de
Mon, 28 May 2001 17:58:27 +0200


On Mon, May 28, 2001 at 05:37:45PM +0200, Eric Eckle wrote:

> so spät am nachmittag und noch Fragen.

Bin demnächst auch gleich in der Krone :)
 
> Wer kann mir bei folgendem Problem helfen :
> 
> Ich möchte einen timestamp aus einer Array-Variablen auslesen und
> formatieren.
> 
> folgende Ansätze habe ich versucht
> zb $myaaray[3] <= da ist mein Timestamp drin , (kommt aus einer Datenbank),
> 
> $dat=date('Y-m-d' ,$myaaray[3]); gibt ein Datum aus   2038-01-19
> $dat=date('Y-m-d' ,[$myaaray[3]]); ergibt das gleiche Ergebnis.
> $myaaray[3] an eine Variable andere zu übergeben auch getestet siehe oben.
> 
> Alle Timestamps sind verschieden, habe ich überprüft.

Bei http://php.net/mktime nachschlagen. Da steht doch alles Wissenswerte
drin.

-Egon <eschmid_(at)_php.net> 

-- 
LinuxTag, Stuttgart, Germany: July 5-8 2001: http://www.linuxtag.de/
All known books about PHP and related books: http://php.net/books.php 
Concert Band of the University of Hohenheim: http://www.concert-band.de/
First and second bestselling book in German: http://www.php-buch.de/


php::bar PHP Wiki   -   Listenarchive