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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T13:39:33+00:00 2026-06-03T13:39:33+00:00

I have a date string in this format – DD-MM-YYYY this validates that successfully:

  • 0

I have a date string in this format – “DD-MM-YYYY”
this validates that successfully:

var dateFormat = /(0[1-9]|[12][0-9]|3[01])-(0[1-9]|1[012])-\d{4}/ ;
if(!startDate.match(dateFormat)){
    alert("'Start Date' must be in format: DD-MM-YYYY");
    return false;

I need to check that the inserted date is after today’s date(or today’s date).
how can i do that with JavaScript?

I’ve tried this:
http://www.redips.net/javascript/date-validation/
with the separator, didn’t work. suggestions?

  • 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-06-03T13:39:34+00:00Added an answer on June 3, 2026 at 1:39 pm

    First, this is your current date in javascript:

    var today = new Date();
    var day = today.getDate();
    var month = today.getMonth()+1; // Zero indexed
    

    All you need to do, from here, is to compare this with your start date!

    Best regards!

    check this out maybe it helps to understand the date object.

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

Sidebar

Related Questions

I have a string date like this: $date = 23/12/2011;//format: dd/mm/yyyy. I need each
I have been passed a date string that looks like this: Thu%20Mar%2011%202010%2015%3A09%3A11%20GMT%2B0000%20(BST) I want
I have a date/time string like this: 180510_112440 in this format ddmmyy_hhmmss I need
I have a date in this format: dd.mm.yyyy When I instantiate a JavaScript date
I have javascript date object which gives me a date string in this format,
I have a date in this string format 02/28/2012 and I want to convert
i have a string with a date in this format yyyyMMddHHmmss, so i want
I have a date string that looks like the following javascript format. I want
I have date time information in this format: String reportDate=2012-04-19 12:32:24; I want to
I have a date string that I am able to parse and format with

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.