12-17-2020, 06:59 PM
To be clear are you asking how the controls in the browser use the user of the browsers date settings? They use JS which like Delphi will use the user settings of that browser unless overridden. But passing that "format" from the browser to the server requires some translation.
This is why I said its easier to translate the input using JS into a fixed format for the server to consume rather than trying to handle whatever format the browser uses on the server side.
This is why I said its easier to translate the input using JS into a fixed format for the server to consume rather than trying to handle whatever format the browser uses on the server side.

