• Resolved anandmongol

    (@anandmongol)


    Hi,

    how can I show only one month in date picker? I don’t install any plugin. therefore is there any hack, where I should modify it?

    thanx in advance

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi anandmongol. Where is this “date picker”? If it’s not a plugin is it part of your theme? Which theme are you using? Can you post a link to your site? Thanks.

    Thread Starter anandmongol

    (@anandmongol)

    Hi bdbrown,

    I figure it out, actually it is native jquery UI datepicker and I put following code in the header section, and it is showing only one month.

    $(function () {
        $('#datepicker').datepicker({
            minDate: 0,
            maxDate: '+1M'
        });
    });

    thanxing for asking, have a great day!

    best,
    anandmongol

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how can I show, only one month in date picker?’ is closed to new replies.