I have looked at the UI Functional Demos and found anotherway to do
it:
$("#datepicker").datepicker({
    firstDay: 1
});

with my first solution all datepicker would start at monday and so
only the #datepicker.

On 8 Sep., 14:57, "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> wrote:
> Try this:
> $.datepicker.setDefaults( { firstDay: 1 } );
>
> I haven't test it...
> default value: firstDay: 0 // 0 == sunday; 6 == saturday
>
> On 8 Sep., 13:46, Lukas Polak <[EMAIL PROTECTED]> wrote:
>
> > Hello,
>
> > i need help. I 'm trying what fatepicker can do and I want change the
> > day, when week starts in calendar. I want monday to be first day in
> > week, but I really don't know hwo to do that. Do you have any ideas?
>
> > elf

Reply via email to