I used the ISDATE() Function to check whether a value is a Date. but when i put 9966 or any four digit numeric, the function returns true
- why it happens like that?
- what is the best way to check a value whether it is a date?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, ISDATE() function will not be reliable in some cases. So, you should learn How to Handle ISDATE() with care
and