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