So I\'ve been banging my head to wall with this problem for hours. I\'m creating localized validation for my date input fields. I\'ve overwritten the default jquery date val
Apparently there was some other script file conflicting with validations. I removed the line
<script src="@System.Web.Optimization.BundleTable.Bundles.ResolveBundleUrl("~/Scripts/js")"></script>
From _Layout.cshtml and it's working now.