I have an agent that is triggered by a user and which asks them for input using ws.dialogbox
I then take the input and build a string to pass to a FT Search.
Before I do that I am testing the session.international settings for the client and converting the date format accordingly.
It transpires that the server has different regional settings to the clients and so when the FT Search is executed the results are not consistent with the values the user entered.
Does anyone have any suggestions on how I can test for regional settings on a server?
Thanks