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

  • Home
  • SEARCH
  • 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 912391
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T17:22:18+00:00 2026-05-15T17:22:18+00:00

I noticed Date.Parse can’t handle only 2 digits dates. Say I have this mm/dd/yy

  • 0

I noticed Date.Parse can’t handle only 2 digits dates.

Say I have this

mm/dd/yy = 7/11/20

Date parse will think it is = 7/11/1920. Can you set it to use the year two thousand? Like it’s kinda weird I got the jquery u.i date picker and if you type in 7/11/20 it will figure out 2020.

So it would be nice if Date.parse could keep up I rather have them both not know what is going on or both know what is going on then have one that knows and one that does not know.

  • 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-15T17:22:19+00:00Added an answer on May 15, 2026 at 5:22 pm

    Not that I’m aware of. But you can always adjust the year:

    YourDate="7/11/20";
    DateObj=new Date(YourDate.replace(/(\d\d)$/,"20$1"));
    
    alert(DateObj);
    

    This code in action.

    Edit: The following code will handle both full and short years:

    YourDate="7/11/2020";
    DateObj=new Date(YourDate.replace(/\/(\d\d)$/,"/20$1"));
    
    alert(DateObj);
    

    This code in action.

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

Sidebar

Related Questions

I have noticed that regardless of a given script's execution time, every date() call
I've been using Javascript's Date for a project, but noticed today that my code
I noticed that you can call Queue.Synchronize to get a thread-safe queue object, but
Firstly, when I say other browsers I really only mean Firefox because that's all
I noticed already a couple of times that working with dates doesn't allow for
I've noticed a couple other questions about handling this, but all seem to suffer
I have a project that adds elements to an AutoCad drawing. I noticed that
I noticed that Google maps is providing directions in my local language (hungarian) when
I noticed that my Designer.vb file of one of my forms has a lot
I noticed in another post, someone had done something like: double d = 3.1415;

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.