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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T20:14:27+00:00 2026-05-15T20:14:27+00:00

I need help validating an input’s value against the current date. Basically i need

  • 0

I need help validating an input’s value against the current date. Basically i need to “addMethod” for the jquery validate plug in that would require the CC Exp Date – format MM/YYYY to be a future date no more than 10 yrs into the future. I have been looking for 2 days and have yet to find a good solution! Please Help!

  • 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-15T20:14:27+00:00Added an answer on May 15, 2026 at 8:14 pm

    With help from Patrick, this works and will hopefully help someone else out as well, this was a pain in the ass for a not so great programmer.

    $.validator.addMethod(
    "Future",
    function (value, element) {
        var today = new Date();
        var startDate = new Date(today.getFullYear(),today.getMonth(),1,0,0,0,0);
        var expDate = value;
        var separatorIndex = expDate.indexOf('/');
        expDate = expDate.substr( 0, separatorIndex ) + '/1' + expDate.substr( separatorIndex );
        return Date.parse(startDate) <= Date.parse(expDate);
    },
    "Must be a valid Expiration Date."
    );
    
    then in rules: {
      elementName: {
        Future: true
      }
    },
    messages: {
    
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 510k
  • Answers 510k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Is there something that triggers auto-complete on/off for certain elements… May 16, 2026 at 5:08 pm
  • Editorial Team
    Editorial Team added an answer When you load the data for your table -- whether… May 16, 2026 at 5:08 pm
  • Editorial Team
    Editorial Team added an answer I tend to use the ZXing Web Generator for creating… May 16, 2026 at 5:08 pm

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

I need help with posting a value to a php script from a js
I need to apply validation on input time intervals that are taken in as
Need help with a Calculated column issue in SharePoint 2007 Basically, I'm trying to
This is for a Java script course that Im taking... I need to create
I need to validate VARCHAR field. conditions are: field must contain atleast 2 AlphaNumeric
I need your help to understand this better. This is my case. I have
Need help understanding what I am doing with the syntax here, please help! I
Need help in figuring out a way to fetch a particular block of content
Need help with this SQL Server 2000 procedure. The problem is made difficult because
I'm predominately a Java guy, which is why I need some assistance on what

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.