Re: Split FileName

2003-07-26 Thread Janek Schleicher
Pablo Fischer wrote at Fri, 25 Jul 2003 13:49:55 +: > I have a string (its an array, the array has the values that $ftp->ls("dir) > returns), so $array[1] contains this: > -rw-r--r-- 1 pablopablo 18944 Jul 16 21:14 File28903.zip > > What I would like to do is: get the date (Jul 1

Re: Split FileName

2003-07-25 Thread John W. Krahn
Pablo Fischer wrote: > > Hi! Hello, > I have a string (its an array, the array has the values that $ftp->ls("dir) > returns), so $array[1] contains this: > -rw-r--r-- 1 pablopablo 18944 Jul 16 21:14 File28903.zip > > What I would like to do is: get the date (Jul 16), the time (12:14

Split FileName

2003-07-25 Thread Pablo Fischer
Hi! I have a string (its an array, the array has the values that $ftp->ls("dir) returns), so $array[1] contains this: -rw-r--r-- 1 pablopablo 18944 Jul 16 21:14 File28903.zip What I would like to do is: get the date (Jul 16), the time (12:14) and the FileName, each one if a differe