DatePicker with parse formats

by whoamiwho

HTML

<script src="http://cdn.kendostatic.com/2012.2.710/js/kendo.all.min.js"></script>
<link rel="stylesheet" href="http://cdn.kendostatic.com/2012.2.710/styles/kendo.common.min.css">
<link rel="stylesheet" href="http://cdn.kendostatic.com/2012.2.710/styles/kendo.default.min.css">
<input id="sampleDate" name="sampleDate" value="21 Aug 2012" />

JavaScript

$("#sampleDate").kendoDatePicker({
    format: "yyyy",
});