Hi Roy,

I note that in the Theme file:
  firstDayOfWeek = 0; // Sunday

You can try changing it to something else as follows:
{{{
            var theme = Timeline.ClassicTheme.create();
            theme.firstDayOfWeek = 1; // Monday

            var bandInfos = [
                Timeline.createBandInfo({
                    ....
                    theme:          theme,
                   ....
              })
            ];

}}}

Another idea is that you're having Timezone issues or something else.
-- I don't fully understand your email.

Hope this helps,

Larry



On Oct 22, 5:18 am, RoyGanor <[EMAIL PROTECTED]> wrote:
> I guess there a property I am missing...
> My week starts on Sunday, though when presenting the timeline with
> weeks the weekend ends on Monday.
>
> I am sure there is a property for this?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to