This is a discussion on Re: [PHP] date frustrations within the PHP General forums, part of the PHP Programming Forums category; On Wednesday 09 July 2003 01:51, Shena Delian O'Brien wrote: [snip] > Well I gradually figured out that ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Wednesday 09 July 2003 01:51, Shena Delian O'Brien wrote:
[snip] > Well I gradually figured out that the date format output by filemtime() > was not an acceptable natural language date format. filemtime() was > fetching dates with a dash - ex. 07-08-2003. strtotime() was making > incorrect timestamps because it doesn't read dates with dashes formatted > that way. What version of PHP are you using? And what exactly is the code that you're using? filemtime() returns a _unix timestamp_ and will asort() as is. -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * ------------------------------------------ Search the list archives before you post http://marc.theaimsgroup.com/?l=php-general ------------------------------------------ /* A woman without a man is like a fish without a bicycle. -- Gloria Steinem */ |
|
|||
|
Ahh, you're right! I had a rogue:
$date = date("m-d-Y", filemtime($fn)); in there. :) Thought I got rid of all of those in testing... my organization has a standard date format and it must be dashes instead of slashes, and of course it has to be month, day, year! Jason Wong wrote: > On Wednesday 09 July 2003 01:51, Shena Delian O'Brien wrote: > > [snip] > > >>Well I gradually figured out that the date format output by filemtime() >>was not an acceptable natural language date format. filemtime() was >>fetching dates with a dash - ex. 07-08-2003. strtotime() was making >>incorrect timestamps because it doesn't read dates with dashes formatted >>that way. > > > What version of PHP are you using? And what exactly is the code that you're > using? > > filemtime() returns a _unix timestamp_ and will asort() as is. > |
|
|||
|
Is there anyplace to download a pre-compiled PHP module? I'm looking for the php_imap.so module. Environment: PHP 4.2.3/Apache on Redhat Linux i386. Please advise. -john =P e p i e D e s i g n s www.pepiedesigns.com Providing Solutions That Increase Productivity Web Developement. Database. Hosting. Multimedia. |
|
|||
|
On 8 Jul 2003 at 11:17, [-^-!-%- wrote:
> > Is there anyplace to download a pre-compiled PHP module? > I'm looking for the php_imap.so module. > > Environment: PHP 4.2.3/Apache on Redhat Linux i386. > Please advise. > get the php-imap rpm |