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 336085
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T10:12:33+00:00 2026-05-12T10:12:33+00:00

Just wondering if there was a way to check the current date and time

  • 0

Just wondering if there was a way to check the current date and time in Jquery.

  • 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-05-12T10:12:34+00:00Added an answer on May 12, 2026 at 10:12 am

    In JavaScript you can get the current date and time using the Date object;

    var now = new Date();
    

    This will get the local client machine time, if you want to do timezone adjustments or get the time from a server, check my answer to this question.


    Edit: In response to your comment, you can retrieve your server time to the client side very easily:

    time.php:

    <? echo '{serverTime: new Date(' . time()*1000 .')}';?>
    

    A simple JSON string is created, with a new Date object initialized with the current server time, this value is multiplied by 1000, because PHP handles timestamps in seconds, and JavaScript does it in milliseconds.

    And on your other you can get the server time like this:

    $.getJSON('time.php', function (data) {
      alert(data.serverTime);
    });
    

    Just make a getJSON request to retrieve the date from time.php, and access to the serverTime property of the returned object.

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

Sidebar

Related Questions

Just wondering is there any way I can check whether the url links to
I'm just wondering if there is any simple/efficient way to check if square falls
Just wondering if there is any way to check if the value of a
I'm new to jQuery, and just wondering if there's a way to detect if
just wondering if there is a way to reduce the amount of code needed
Just wondering if there is any way to get the NS records in C#.
Just wondering if there is a way in Spring to have a parent controller:
I'm just wondering if there is a way to set a vertical threshold of
Cascading deletes aren't setup on this particular database. Just wondering if there's a way
just was wondering if there is a way to access a method from my

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.