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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T14:54:17+00:00 2026-05-29T14:54:17+00:00

This is a simple question. I want to create an inline calendar that does

  • 0

This is a simple question.

I want to create an inline calendar that does not have any selectable dates. I want the date to be selected by a preset hidden input field. Should I use the datepicker plugin. This seems like the wrong thing to use since I am not really doing any picking persay..

anyone have any exp with this. Just need to make a static calendar.

http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/inlineDatePicker.html

something like this but without dates or months selectable.

  • 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-29T14:54:18+00:00Added an answer on May 29, 2026 at 2:54 pm

    Yes You can use it to make static calendar (but best if You are already using some jquery ui features so no additional js will be necessary for download).

    You can use two options:

    1. inline (will show datepicker calendar in line)
    $('#datepicker').datepicker({inline: true});
    
    1. disable (will disable calendar)

    $(‘#datepicker’).datepicker({disabled: true});

    Full code (working)

    <head>
    <script type="text/javascript">
    $(document).ready(function(){
    var staticDate = $("#static_date").val();
    $('#datepicker').datepicker({
    inline: true,
    disabled: true,
    defaultDate: staticDate
    });
    });
    </script>
    </head>
    <body>
    <input type="hidden" id="static_date" value="01/01/2012" />
    <div id="datepicker"></div>
    </body>
    

    You can see, that datepicker is bounded to div not textfield.
    First line in body is place where You can define static date. Remember too use format that is also set in datepicker.

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

Sidebar

Related Questions

this is a simple question. I have a form that is being validated using
I want to create this simple division program.But the problem is that the divisors
i have a simple question. for a website, i want to create an info
Hello This is a general question.I want to create a simple report just some
my question is simple. I have class TouchSurfaceView which extends GLSurfaceView. I want create
I think this will be a simple question. I have an App.config that contains
This is a very simple question. I have a lengthy dataset and want to
This is an incredibly simple question (I'm new to Python). I basically want a
Here's a simple (hopefully) L10N question: Do all locales want this format: Sunday, Nov
This is a simple question : Is there any automatic indentation alignment on Eclipse

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.