Sorry if this was already covered. I am trying to set culture on jqxDateTimeInput. When I set ‘en-US’ I get European date format – dd/MM/yy. I understand that I can also set the format on that control using formatString so I can set it to MM/dd/yy.
But what happens when I allow the user to set the culture to say, ‘fr-FR’ for example? The formatString will still be in the code and will override the date format and keep it in US-style.
I thought format for US should be MM/dd/yy once I set culture to ‘en-US’. If I use formatString everyone is stuck with that hardwired format. What am I missing?
Thanks, Mike