kunal dhunna

kunal dhunna

  • 1.6k
  • 88
  • 518

Kendo calendar restrict date expect all Monday and 1st date of month

Jun 29 2022 6:21 PM

I am trying to enable only 1st date of every month and all monday of every month by in kendo().DatePicker() but i am not able to do that.

below are the kendo code which is working fine as calender

<td align="right">CATALOG DATE</td><td><%= Html.Kendo().DatePicker()
                  .Name("Driver2")
                  .Format("M/d/yyyy")
                  .Value(Model.Driver2)
                  .HtmlAttributes(new { style = "width: 100px", title = "", type = "text" }) 
                  %></td></tr>

 

What jquery function I can use to restrict all date expect(1st date of month and all monday)


Answers (3)