jQuery UI Widgets Forums Editors Calendar day abbreveation problem

This topic contains 2 replies, has 2 voices, and was last updated by  hellyeah 8 years, 9 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • day abbreveation problem #82250

    hellyeah
    Participant

    http://jsfiddle.net/3rvfd179/1/

    hello, have a good day.

    I try to make my calendar Turkish and i am succesful to do that. But i have a small problem in abbreveation.
    It looks like;
    Pa(Sunday), Sa(Tuesday), Ça(Wednesday), Pe(Thursday), Cu(Friday) Cu(Satuday), Pa(Munday)
    in os calendar abbreveation ie like that
    “Pt, Sa, Ça, Pe, Cu, Ct, Pz”
    Actually i understood the logic of jqx calendar. It juse get first two letter of this line
    “days: {
    names: [“Pazar”, “Pazartesi”, “Salı”, “Çarşamba”, “Perşembe”, “Cuma”, “Cumartesi”],”
    But i need to change some day abbrevation as meantioned above. I am carious is that possible to do?
    Thanks.

    day abbreveation problem #82263

    Hristo
    Participant

    Hello hellyeah,

    The code looks ok.
    Try to add this dayNameFormat: 'shortest' in the initialization of the Calendar.

    Best Regards,
    Hristo Hristov

    jQWidgets team
    http://www.jqwidgets.com

    day abbreveation problem #82267

    hellyeah
    Participant

    hello Hristo thank you so much

    i really appreciated. Have a great day. 🙂

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

You must be logged in to reply to this topic.