jQWidgets Forums

jQuery UI Widgets Forums Editors DateTimeInput firstDayOfWeek is not working..

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 7 years, 11 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • firstDayOfWeek is not working.. #93900

    socoolheeya
    Participant

    Hi..
    firstDayOfWeek property is not working when culture property use at the same time..
    I use korean globalization now.
    plz help me.

    code is…

    $(“#startDateInput”).jqxDateTimeInput({
    width: ‘190px’,
    height: ’28px’,
    value: new Date(2016, 05, 07),
    firstDayOfWeek: 1,
    culture: ‘ko’,
    formatString: ‘yyyy-MM-dd’,
    dayNameFormat : ‘firstLetter’,
    popupZIndex: 500
    });

    firstDayOfWeek is not working.. #93904

    Peter Stoev
    Keymaster

    When the culture is set, the property is set from the culture automatically. It has more priority from the culture settings.

    Regards,
    Peter

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.