3 references to IsInStandardDateFormat
System.Web (3)
UI\WebControls\CompareValidator.cs (2)
177if (convertDate && !IsInStandardDateFormat(leftText)) { 189if (convertDate && !IsInStandardDateFormat(rightText)) {
UI\WebControls\RangeValidator.cs (1)
121!IsInStandardDateFormat(text)) {