Java + Struts2 Scenario: A web page with search having from and to date which uses Jquery datepicker(mm/dd/yy). When using this web page from Desktop/Laptop the date conversion from date field to java Date object is working fine. Means when posting a date "01/12/2016" in java Date object i get "12th january 2016" but when using it from mobile device date object in Java will show "1st December 2016".
Is there any configuration parameter which i need to set in struts ?