Re: [PHP] Strange behaviour of mktime() in objects

2001-05-03 Thread Gyozo Papp
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: 2001. május 2. 21:34 Subject: [PHP] Strange behaviour of mktime() in objects > Hi folks, > I have to make several conversions from / to timestamp (seconds in the > UNIX-Epoche) > h

[PHP] Strange behaviour of mktime() in objects

2001-05-02 Thread heinisch
Hi folks, I have to make several conversions from / to timestamp (seconds in the UNIX-Epoche) here you see two snippets of my code File1 the testfile setTimeStamp($wert); ?> File2 the Classfile "; } $this -> TS = mktime(12,00,00,$pieces[1],$pieces[3],$pieces[0]); echo "T