Organize Space is displaying the date by dd/mm/yyyy instead of mm/dd/yyyy. We have a large user base in the United States, who is used to seeing the date as mm/dd/yyyy. We also though users in other countries that are used to the dd/mm/yyyy format.
It would be great if Organize Space display the date according to the user's location. JavaScript Date has toLocaleDateString() as described in https://www.w3schools.com/jsref/jsref_tolocaledatestring.asp.
Top Comments