Dot separated clientside date validation in asp MVC 4

前端 未结 1 1269
天命终不由人
天命终不由人 2020-12-20 03:55

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

相关标签:
1条回答
  • 2020-12-20 04:30

    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.

    0 讨论(0)
提交回复
热议问题