Render the Calendar with week numbers

19 Dec 20221 minute to read

You can enable weekNumbers in the Calendar by using the weekNumber property.

@Html.EJS().Calendar("element").WeekNumber(true).Render()

NOTE

View Sample in GitHub.