All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
<script type=
"text/javascript"
>
Telerik.Web.UI.RadDateInput.prototype.parseDate =
function
(value, baseDate)
{
if
(
new
Date(value) !=
"NaN"
)
return
Date(value);
this
.set_textBoxValue(value);
}
</script>