When I use isdate("31/04/01") it is interpreting
as '01/04/1931" and returned true.
Is there any way to interpret it '31/04/2001' when
we give 2 digit year and return false.
In SQL Server this is interpreted correctely.
tHANKS FOR ANY SUGGESTIONS