However, I just figured out how to include week numbers in the date picker which was a feature request by an end user who does a lot of planning work:
Just add this as a script when configuring the timestamp attribute inside a form:
Code: Select all
config.config.weekNumber = true;
Code: Select all
/*date picker display week number*/
.k-calendar .k-content .k-alt{
font-weight:bold;
font-size:10px;
}