bu
<script></script>
<script></script>
<script></script>
<script>
$(document).ready(function(){
$("#Tarih").datepicker($.datepicker.regional["tr"]);
});
</script>
( uygulama içindeki hali :
@Html.EditorFor(model => model.Tarih, new { htmlAttributes = new { @class = "form-control" } }))