The template which renders the footer of the calendar. If false, the footer will not be rendered.

<input id="datepicker" /> <script> $("#datepicker").kendoDatePicker({ footer: (data) => `Today - ${kendo.htmlEncode(kendo.toString(data, 'd'))}` }); </script>
In this article
footer
Not finding the help you need?
Contact Support