jQWidgets Forums

jQuery UI Widgets Forums Grid Filter format date problem

This topic contains 1 reply, has 2 voices, and was last updated by  Dimitar 10 years, 6 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Filter format date problem #64112

    andre84
    Participant

    Hello,
    my problem is on the date filter.
    I choice on date filter, for example 01/12/2014 , it display me the good format. But when the filter is apply and when I open the filter popup the input display : 12/01/2014.
    i don’t know why?

    This in my code

    
                    updatefilterpanel: function (filtertypedropdown1, filtertypedropdown2, filteroperatordropdown, filterinputfield1, filterinputfield2, filterbutton, clearbutton, columnfilter, filtertype, filterconditions) {			       
                              //Permet de gérer les formats des dates
    			        if (filtertype == "datefilter") {
    			            filterinputfield1.jqxDateTimeInput({ formatString: "dd/MM/yyyy" });
    			            filterinputfield2.jqxDateTimeInput({ formatString: "dd/MM/yyyy" });
    			        }
    			    }
    

    Could you help me?
    Thanks a lot

    André

    Filter format date problem #64138

    Dimitar
    Participant

    Hello André,

    We could not reproduce the issue with the following example: http://www.jqwidgets.com/community/topic/createfilterwidget-in-column-level-filtering/#post-63426 and the latest version of jQWidgets (3.6.0). Please modify the sample to show us how to reproduce the reported behaviour.

    Best Regards,
    Dimitar

    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.