Getting Client system Date Time

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Girls
    New Member
    • Aug 2012
    • 2

    Getting Client system Date Time

    How to get Date and time of client's system in classic asp.
    I want to know if my page is on USA server and user will access it from another country than how to get date and time of that client's system in classic asp..
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    Use javascript to get the client's time and pass it to your ASP page.

    Comment

    • ariful alam
      New Member
      • Jan 2011
      • 185

      #3
      One better option is as Rabbit says, use JavaScript to get the client PC's time. but there will be a problem, if the client's PC has wrong time configured.

      So, you can use ip address to track the country of the user and finding the country's time with comparing GMT time.

      hope help. :)

      Comment

      Working...