On Wed, 2008-02-27 at 00:36 -0500, Keikonium wrote: > Hello all, > > I am new to this news group, and figured this was the fastest way to get a > good, helpful answer. Here is my problem: > > I have an array that I set up with numbers 00 thru 99. Now, I have some > timestamps that look somewhat like this: > > [00:01:70] > [00:06:50] > [00:12:07] > [00:15:04] > [00:19:75] > > I am making a script that will convert them into this: > > [00:01.70] > [00:06.50] > [00:12.07] > [00:15.04] > [00:19.75] $newTimestamp = $oldTimestamp; $newTimestamp[5] = '.'; Cheers, Rob. -- .------------------------------------------------------------. | InterJinn Application Framework - http://www.interjinn.com | :------------------------------------------------------------: | An application and templating framework for PHP. Boasting | | a powerful, scalable system for accessing system services | | such as forms, properties, sessions, and caches. InterJinn | | also provides an extremely flexible architecture for | | creating re-usable components quickly and easily. | `------------------------------------------------------------' -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php