I wanna format short date for some locale, but it's different between JS and .NET, can I make it the same? In JS, I use toLocaleDateString to format, and in .NET use ShortDatePattern, but it's not the same formating. Ex:
JS : locate: Italian (Switzerland) => shortDate: 27/9/2020
.NET: locate: Italian (Switzerland) => shortDate: 27.09.2020
Any ideal for it? Thank you!