I need to get the browser user local date and Time on my server side asp vbscript page.
The goal is to show a specific message to all connected users that are in conversation at a specific local time in my web chat application.
Is that possible?
One way is to include the local time on an hidden text field and then pass it through using ajax/javascript but it's not secure because user could change it and find the secret time on server side.