Recent Topics

1 Nov 10, 2005 03:06    

I dont like the date format on the main page, and Ive tried to find it in the templates and cant find it at all. I'd also like to find where it gets the time info, as I dont like the leading zero in a time format.

---

I really like this prog, its gonna be sweet when i get it setup B)

3 Nov 23, 2005 21:24

thanks I GOT Sunday to be the starting date! :lol:

5 Nov 24, 2005 16:42

I got the sunday thing to work already its just that for soem reason even when I update my blog with new articles it shows the date as

Nov 2, 2005

and its well past that date, and my articles are newer than that!

$MainList->date_if_changed( '' , '' , 'F n, Y' );

6 Nov 25, 2005 15:54

I changed it back to:

$MainList->date_if_changed();

and it works so it must be some bug or something, I'll report it in the other forum

7 Nov 25, 2005 16:16

$MainList->date_if_changed( '' , '' , 'F n, Y' );

Should return Nov 11,2005 (n = month number without leading zeros).

Try $MainList->date_if_changed( '' , '' , 'F j, Y' );

¥

8 Nov 26, 2005 02:09

whoops, guess i read the PHP site wrong :oops: :oops: :oops:


Form is loading...