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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T01:55:44+00:00 2026-05-22T01:55:44+00:00

I have a validate method which seems pretty simple because I use something very

  • 0

I have a validate method which seems pretty simple because I use something very similar when using the format mm/dd/yy, but when I use mm/y…I keep getting an invalid date.

Here is my validation:

function validateDate(dateField) {
    try{
        $.datepicker.parseDate('mm/y', dateField, null);
    }
    catch(error){
        alert(error);
    }
}

If I pass in a date like 05/11…this logic complains that the date is invalid. If I change the format to mm/dd/yy and enter 05/11/2011…then it says it is valid.

Am I missing something when trying to validate a mm/y pattern?

  • 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-22T01:55:44+00:00Added an answer on May 22, 2026 at 1:55 am

    Unfortunately, you need to supply at least a month and day for the datepicker to parse your date properly. If you leave the year out, it defaults to the current year, so parsing “06/15” as “dd/mm” will give you 2011-06-15. But if either month or day are omitted, they default to -1 and will produce an invalid date.

    EDIT:

    If you are just trying to confirm that the user entered a valid month and year, do this:

    $.datepicker.parseDate('dd/mm/y', "01/" + dateField, null);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been using the date_parse method for input validation, which seems to be
I have a method which parses a string in to a date, but i
I have a method which returns an IEnumerable<> which it builds up using the
I have a problem when using a user input method which allow validates the
Question Is it posible to have the Validation.Validate() method of the Validation Application Block
I have to validate using regex decimal number between 00.00 to 35.35 with following
We have a Perl program to validate XML which is invoked from a Java
I'm attempting to use the Super Inplace Controls plugin, which has an in_place_select method.
the question title seems pretty confusing, but this is what i want to achieve.
I am trying to solve my heroku problem which it seems to have problem

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.