so this is a question for $ 1 million.
First of all, I am developing a web application in Visual WebGui. These are mostly Winforms, but the application is converted to an HTML5 and vualΓ‘ web application ... Anyway, I have a problem with DateTime formats. By default, this is CultureInfo from the server.
I can override this in the web.config file as follows:
<globalization requestEncoding="utf-8" responseEncoding="utf-8" culture="de-DE" uiCulture="de-DE"/>
Each date format will be German on each client computer. I want to create a web application that displays the Datetime format, for example, on the client machine in the control panel.
Is it possible? I just can't find a solution.
Thanks for the help,
source share