• Resolved marmiknyusoft

    (@marmiknyusoft)


    Hello,

    I am using your plugin in my website and it is really a good plugin.
    But I need to some support from your side.
    I want to display only particular month dates in mini calendar.
    For e.x (If month is April then display only 1 to 30 dates of same month.)
    No need to display some previous month date and some next month date.

    I’m waiting for your positive reply.

    Thanks in advanced.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Joe Dolson

    (@joedolson)

    You can use CSS to hide the contents of other cells, e.g.

    .mc-main .nextmonth * {
      display: none;
    }

    Or, if you’re comfortable with using PHP to create custom plug-ins, you can use the ‘mc_hide_nextmonth’ filter to actually remove the contents of those cells from the output.

    Thread Starter marmiknyusoft

    (@marmiknyusoft)

    Hello Joe,

    It is workable for me.

    Thank you for your support.

    Thanks,
    Marmik

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Display current month Dates only’ is closed to new replies.