gpt4 book ai didi

angular - 使用 angular2 以 DD/MM/YYYY 格式验证日期模式

转载 作者:太空狗 更新时间:2023-10-29 17:55:15 30 4
gpt4 key购买 nike

如何使用 angular2 Validator.pattern 为 DD/MM/YYYY 格式的日期添加验证模式。

我有“必需的”验证器。找不到日期模式。代码如下:

this.txtDob = new Control("", Validators.compose([Validators.required]));

最佳答案

没有内置的日期验证器。你必须创建一个自定义的 http://blog.thoughtram.io/angular/2016/03/14/custom-validators-in-angular-2.html

您的验证器将如下所示 https://github.com/Angular2Buch/angular2-forms/blob/master/src/app/validators/date.validator.ts

更新:您需要为验证器上课。在 Validators.compose 中将其指定为数组的第二个元素:

Validators.compose([Validators.required, MyValidator])

模式也可以工作:How to add form validation pattern in angular2

关于angular - 使用 angular2 以 DD/MM/YYYY 格式验证日期模式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37859790/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com