Kendo Q2 2013 testing
This is a barebones fiddle for testing this release
by sparksterz
HTML
<script src="http://cdn.kendostatic.com/2013.2.716/js/kendo.all.min.js"></script>
<link rel="stylesheet" href="http://cdn.kendostatic.com/2013.2.716/styles/kendo.common.min.css">
<link rel="stylesheet" href="http://cdn.kendostatic.com/2013.2.716/styles/kendo.default.min.css">
<input id="date"></input>
JavaScript
$("#date").kendoDatePicker({ parseFormats: ["M/d/yy"] });