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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T07:38:52+00:00 2026-05-28T07:38:52+00:00

I know generic javascript datepickers are plentiful but they all look unremarkable. Even the

  • 0

I know generic javascript datepickers are plentiful but they all look unremarkable. Even the jQuery UI datepicker looks a little dated. I am fine with using one that looks rough now, but later on we will want to improve the way it looks (make it more in line with the rest of the UI) and I don’t want to shoot myself in the foot by picking one that will be hard to change. I am talking only about cosmetic CSS/HTML changes (or templating)

Which date/calendar JavaScript plugin would you recommend from a template flexibility angle?

Thanks,

  • 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-28T07:38:52+00:00Added an answer on May 28, 2026 at 7:38 am

    Use the Jquery UI, http://jqueryui.com/demos/datepicker/

    so that you don’t have to put any more libraries. It has almost all the functionalities you need along with good documentation. see an e.g below

    $(document).ready(function(){

        // the jquery calendar
        $( "#yourId" ).datepicker({
            showOn: "both", // show on clicking image as well as text box
            yearRange: "2000:2030",
            buttonImage: imagePath+"/b-calendar.gif", // custom image
            buttonImageOnly: true,
            dateFormat: 'dd-M-yy',
            showOtherMonths: true,
            selectOtherMonths: true
            ,changeMonth: true
            ,changeYear: true
            //,showAnim:"slideDown"
            ,buttonText: 'Show Calendar'
            //,showButtonPanel : true
            ,prevText: 'Previous Month'
            ,nextText: 'Next Month'
            ,beforeShow: function (textbox, instance) { // work around 4 alignment 
                instance.dpDiv.css({
                        marginTop: (-textbox.offsetHeight) + 'px',
                        marginLeft: textbox.offsetWidth + 30+ 'px'
            });
            }
        });
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Do you know a JavaScript library that implements a generic Iterator class for collections
I know this is a bit generic, but I'm sure you'll understand my explanation.
I know this maybe a too generic question but since a customer user control
We all know that generic List<> does not box value types. Why on the
I know this is quite a generic question but does anyone know a good
Does anyone know how to iterate over a generic list if the type of
does anyone know a way to call a generic method of a base class
Does anyone know if it is feasible to write a Generic JMS client -
I know Java's generics are somewhat inferior to .Net's. I have a generic class
Is there a generic container implementing the 'set' behaviour in .NET? I know I

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.