2 nate Nov 10, 2005 14:44

thanks I GOT Sunday to be the starting date! :lol:
s0me0ne wrote:
Also I couldnt find where to make my calender thing start on Sunday instead of Monday.
this is a prime example of a question thats been answered many many times before.
http://forums.b2evolution.net/viewtopic.php?t=2738&highlight=sunday+instead+monday
http://forums.b2evolution.net/viewtopic.php?t=519&highlight=sunday+instead+monday
http://forums.b2evolution.net/viewtopic.php?t=345&highlight=monday
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' );
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
$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' );
¥
whoops, guess i read the PHP site wrong :oops: :oops: :oops:
You should use the search function for the forums. Most new-user questions are answered there multiple times.
Here's some links to date formatting issues:
http://forums.b2evolution.net/viewtopic.php?t=5025&highlight=change+date+format
http://forums.b2evolution.net/viewtopic.php?t=4969&highlight=change+date+format
Calendar start day:
http://forums.b2evolution.net/viewtopic.php?t=4592&highlight=calender+calendar+start+sunday