KendoUI jsFiddle Base

Starting point for fiddling with Kendo UI. FORK for new development. Accurate as of 6/7/2013.

by mlhDevelopment

HTML

<script src="http://cdn.kendostatic.com/2013.3.1324/js/kendo.all.min.js"></script>
<link rel="stylesheet" href="http://cdn.kendostatic.com/2013.3.1324/styles/kendo.common.min.css">
<link rel="stylesheet" href="http://cdn.kendostatic.com/2013.3.1324/styles/kendo.default.min.css">
<input type="text" value='10/1/2013' id="test" />

CSS

body { padding: 30px; }

JavaScript

$("#test").kendoDatePicker();