1. JSP client's date and time stackoverflow.comIs there any specific way of getting client's date and time without using any Javascript at all,but only using a JSP, As I know there are ways to get clients IP ... |
2. how to get client's date and time in servlet coderanch.comhi i am working on an website that will be accessed by users along different timezones. As a requirement of the website, i need to get the client's date and time at the server side. Similarly, i need to convert server's date into client's date before sending any date related information to the client. I have seen getLocale() method of HttpServletRequest ... |