How to validate a date is in the format yyyy-MM-dd using kendo validator?

后端 未结 2 2026
臣服心动
臣服心动 2021-01-01 01:50

I have a kendo date picker that is constructed as follows:

$(\"#date\").kendoDatePicker({
    format: \"yyyy-MM-dd\",
    footer: \" \",
    parseFormats: [\         


        
2条回答
  •  醉话见心
    2021-01-01 02:20

    The answer is:

    
    
    

    Here is more information: http://docs.telerik.com/kendo-ui/aspnet-mvc/validation

    Cheers

提交回复
热议问题