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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T00:16:44+00:00 2026-06-14T00:16:44+00:00

This is the input field in the html body .. Date: <input type=text id=datepicker

  • 0

This is the input field in the html body ..

Date: <input type="text" id="datepicker" name="datepicker" readonly="readonly"/>

Following code adds an animation to the datepicker fine when the commented code is uncommented, however when trying to add the date restriction too only the animation works.
Adding the date restrction on its own works fine though.
How come these two functions ‘interfere’ with eachother? not sure if im calling them right.

$(function() {
    var today = new Date();         
    $('input[name=datepicker]').val((today.getMonth() + 1) + "/" + today.getDate() + "/" + today.getFullYear());

    //$("#datepicker").datepicker();
    var backupStarted = new Date(2012,10,07);
    $("#datepicker").datepicker("option", "showAnim", "drop");
    $("#datepicker").datepicker({minDate: backupStarted, maxDate: today});
});

Appreciate any help on this!

  • 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-14T00:16:46+00:00Added an answer on June 14, 2026 at 12:16 am

    Why don’t you use just one call?

    $("#datepicker").datepicker({
        minDate: backupStarted, 
        maxDate: today,
        showAnim: 'drop'
    });
    

    I don’t know if that solves the problem but it could.

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

Sidebar

Related Questions

I have a form like this <html> <body> <form action='' name='myform' method='POST'> <input type='text'
I have this field in one form : <input type=text name=promocode id=promoCode value= style=width:24%
In form.php <html> <body> <form action=process.php method=post> <input type=text name=dat /> <input type=submit value=submit
I've got this code: <html> <head> <link type=text/css href=css/blitzer/jquery-ui-1.7.2.custom.css rel=stylesheet /> <script type=text/javascript src=js/jquery-1.3.2.min.js></script>
I have this simple jQuery code to test out. <html> <head> <script type=text/javascript src=jquery.js></script>
The following is my CSS code: <style type=text/css> body { background-color:#FFF; font-weight:bold; font-size:12pt; font-family:Arial,sans-serif;
Take an input field like this : ​<input type='number' step='1' />​​​​​​​​​​​​​​​​​ In Chrome, you
I have an input field with the following value: 12-04-2012 This is a Dutch
i want to make autocomplete for many text input field... but with this autocomplete
can't find solution to this issue. So i have datepicker input field, it works

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.