jQWidgets Forums

jQuery UI Widgets Forums Grid Sorting french format date

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Sorting french format date #50312

    tompasto
    Participant

    Hello,

    I’m displaying dates on a grid in french format: dd-MM-yyyy (ex: 26-01-2014 for January 26, 2014).
    The problem is when i try to sort the field, it sort by day first instead of sorting by year, month first.
    Any workaround to keep french format and sorting correctly ?

    Tx !

    Sorting french format date #50315

    Peter Stoev
    Keymaster

    Hi tompasto,

    Sorting is by JavaScript Date object so it does not matter whether it is French, Chinese, English or something else. Just make sure that you set the “type” property to “date” when you create the datafields array.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

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

You must be logged in to reply to this topic.