Click HERE to see how Saviynt Intelligence is transforming the industry. |
09/18/2024 09:39 PM - edited 09/18/2024 09:39 PM
HI Team,
I have created field in dynamic attribute form in global configuration page which will accept only below format
(YYYY-MM-DD HH:MM:SS) it won't accept any special character other than (- and : also YYYY it accept only four digits , then two digits for MM and two digits for DD and then space and followed by two digits for HH then two digits for MM and two digits for SS.
i have used this regex it is working for some scenario but not for others.
(?=.*\d)(?=.*[-:]).{8,20}
Thanks
Arnab Pal
09/18/2024 10:04 PM
09/19/2024 10:38 PM
it works modified the regex
09/19/2024 10:41 PM
Share updated regex