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

Related Questions

I have used jQuery plugin: Validation To validate some input fields, but I need
I need help understanding the logic to deal with validating user inputs. my current
Need help with a query that I wrote: I have three tables Company id
I need help with posting a value to a php script from a js
I'm currently using the jQuery Validate plugin for my input validation. It is used
I am using the http://bassistance.de/jquery-plugins/jquery-plugin-validation/ plug in with the follow pseudo block that I
I need to validate 3 or more input fields (required at lest one). For
I need you to recommend me a JSF component that can help in the
I am trying to use jquery validation to validate some input values on the
I have input field <input type=text name=vehicle_make[] id=make1/> and i have help dropdown that

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.