Forums

The Events Calendar
Start Calendar on Sunday? (4 posts)

  1. mjcaestecker
    Member
    Posted 11 months ago #

    I know others have posted on the topic, but they all seem to refer to some option on the settings page that you can change the start day of the week with. It doesnt show up on my version. can anyone here tell me how to change it manually?

    -Martin

  2. mjcaestecker
    Member
    Posted 11 months ago #

    its for the-events-calendar by the way :P

  3. tugbucket
    Member
    Posted 11 months ago #

    in table.php line 4:

    $startOfWeek = get_option( 'start_of_week', 0 );

    change that to:

    /* $startOfWeek = get_option( 'start_of_week', 0 ); */
    $startOfWeek = 0;

    for fun:

    Saturday - Sunday = 0 - 6

    So if you want the week to start on Thursday,
    $startOfWeek = 4;

    Why you'd want to? who knows but you can ;)

  4. mfalaha
    Member
    Posted 11 months ago #

    Just Change the "Week Starts On" value from Settings > General to the day you want and it should work fine.

Reply

You must log in to post.

About this Plugin

About this Topic