Hi I have used toLocaleDateString()
to display a date from a rss feed,t its not showing dd/mm/yyyy
format in all browser, safari and
This has already been answered before:
According to the Mozilla documentation, the format can vary wildly depending on the user's location and computer settings.
https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date/toLocaleDateString
The exact format depends on the platform, locale and user's settings.
.toLocaleDateString() Not Working in Firefox