Skip to content

Instantly share code, notes, and snippets.

@lohithgn
Created August 15, 2016 19:09
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save lohithgn/620bc5226e262459bd81df30bf16838c to your computer and use it in GitHub Desktop.
Kendo UI Core Date Picker example
@section scripts{
<script>
$(document).ready(function () {
$("#kDatePicker").kendoDatePicker();
})
</script>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment