I need system date format to display date in my application.
I am using below line of code
new Date().toLocaleDateString(window.navigator.userLanguage);
but it is not working. It is working in IE11.
Anyone who can assist me on this issue.
I am using below line of code
new Date().toLocaleDateString(window.navigator.userLanguage);
but it is not working. It is working in IE11.
Anyone who can assist me on this issue.