Is there any way to get system short date format in JavaScript?
For example whether system\'s short date is in American format eg. m/d/Y or in european eg. d/m/Y
It is not possible. You can get culture from user browser and use some js libraries to convert to correct date format. http://code.google.com/p/datejs/