Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8989305
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T22:13:28+00:00 2026-06-15T22:13:28+00:00

I am working on a small project where I am dealing with dates. In

  • 0

I am working on a small project where I am dealing with dates.

In order to get the today’s date, I’m currently using the following JavaScript code:

    var today = new Date();

However, this results in the current date set on the client system, which may vary between systems, and hence the final output is different.

So in order to get the same result on all clients, I need to know the current date from the server. How can I get the server date in JavaScript?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T22:13:29+00:00Added an answer on June 15, 2026 at 10:13 pm

    Definitely getting server date is not possible without querying server.

    So do a separate AJAX call to get the server date, or if your application already sends some ajax query, place the date in Date header in server-side, and read it in client.

    Also if you entire page is served dynamically (like PHP), place server side date in html source like this:

    <script>
       var serverDate = <?= time() ?>
       var dateDiff = new Date - serverDate;
    </script>
    

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm currently working on a small project to learn Linq where I want to
I'm new to objective C and currently working on a small project. I have
I am working on a small project and am playing with date() and mktime()
I'm working on a small project for myself at the moment and I'm using
I am working on a small project using C# and EF5.0 and I need
I'm currently working on a small project: there's a protocol for sending some strings
I am currently working on a small project where I want to split an
I'm new to javascript and JQuery, and I'm working in a small project with
I'm working on a small project to get myself acquainted with the Amazon web
Im currently working on a small project in which I need to model the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.