today

Returns the current day without the time part.

Returns

Date Returns the current day without the time part.

Example

<script>
    var currDay = kendo.date.today();
/* The result can be observed in the DevTools(F12) console of the browser. */
    console.log(currDay); //Mon Nov 07 2016 00:00:00 GMT+0200 (FLE Standard Time)
</script>
In this article