Keikonium wrote:
I am a bit confused by your code, Rob.

$newTimestamp = $oldTimestamp;
$newTimestamp[5] = '.';

means make the 6th character (remember php is 0 based so the first character is index 0) a '.'.

--
Postgresql & php tutorials
http://www.designmagick.com/

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

Reply via email to