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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T14:27:33+00:00 2026-06-15T14:27:33+00:00

I have a date picker function that is supposed to turn an input field

  • 0

I have a date picker function that is supposed to turn an input field into a datepicker.
it runs something like this;

function activateDatePicker(id){
    $(function() {
            $(id).datepicker({
                defaultDate: "+1w",
                dateFormat: "yy-mm-dd",
                changeMonth: true,
                changeYear: true,
                numberOfMonths: 3,
            });
    });
}

Another function would create the input tag necessary and call the activateDatePicker function in order to turn it into a jquery datepicker, for example

function createInputTag(input){
    document.getElementById("sometag").innerHTML = 
                                  "<input id="+input+" />";
    activateDatePicker(input);
}

That input could be anything, and I would use createInputTag to create multiple datepickers, each with a different ID. at the moment it does nothing though, and the console does not show any erros. does anyone know why? and what I can do to fix it? I would prefer to have a solution in javascript, but jquery is also good.

  • 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-15T14:27:34+00:00Added an answer on June 15, 2026 at 2:27 pm

    in addition to @bipen’s response, you should probably not use the $(function(){…}); inside your function:

    function activateDatePicker(id)
    {
            $(id).datepicker({
                defaultDate: "+1w",
                dateFormat: "yy-mm-dd",
                changeMonth: true,
                changeYear: true,
                numberOfMonths: 3,
            });   
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have my datepicker set up like this $(#scheduled_date_163).datepicker({ onSelect: function(dateText, inst) { jQuery.get(/tasks/inplace_edit?id=scheduled_date_163&class_name=Task&value=
I have a datepicker input that is populated with today's date when the page
Suppose that I have code as below: $('#dateNaissance').datepicker({ onSelect:function(date){ var today=new Date(); console.log(today.getTime()); console.log(new
I have a rails application that I've added jquery datepicker to a date field.
I have this form that accepts dates from datepicker or you can input your
I have a date picker library written for MooTools that I want to port
I have been testing and playing around with jquery date picker below. http://jqueryui.com/demos/datepicker/ on
I have a jquery ui framework that is constructing the Date Picker elements. I
I have two input dates taking from Date Picker control. I have selected start
I am using this date picker from jqueryui . If you look on 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.