Lightswitch HTML Client Date Data Display. Locale Aware in I.E. Not Locale Aware in FireFox -


HTML client with row list containing date data.

I.E locale is aware (N-NZ) and shows that for the 6/10/2014 6th October.

Firefox displays 10/6/2014

What is probably some HTML that will force me to use Firefox to use our locale to add default HTML. (App territories are unlikely to be transferred).

Thank you

If there are not many simple improvements, then this code is: < / P> contentItem.dataBind ("value", function (value) {if (value) {$ (element) .text (value.format ("Dd-MM-yyyy"))}} });

Add it in the postal order of the date and it forces the browser to display in the correct format.

Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -