im trying to implement a calendar in my website, im using code from: http://www.yiiframework.com/forum/index.php?/topic/3889-free-form-calendar-application/ The main code is in the second post. But the thing is that the week starts on sunday and i need to change it to monday and i can’t figure out how to do that. A little help is needed!:)
im trying to implement a calendar in my website, im using code from: http://www.yiiframework.com/forum/index.php?/topic/3889-free-form-calendar-application/
Share
I haven’t used that class before, but reading the source code I see this line:
initializing the variable
headingswhose contents are not modified in the whole program, and they are simply printed to the HTML string (variablecalendar) with animplode.This class also lacks a parameter for the constructor to tell it that the user needs the output with Monday (or any other day) as the first day of the week…
If you want to modify this class in order to implement that functionality, you should do:
implodeover theheadingsvariable is done.running_day.