Hi all,
I am facing a strange problem using IsDate function.
Trouble is that IsDate returns true for every valid format of date.
Currently on my website, everywhere for the sake of consistensy, we are using dd-MMM-yy format to display dates.
Now if I put date as 30-Feb-07 which acc to above format is invalid, but
IsDate(30-Feb-07) returns True as it take it as 07-Feb-30 and returns valid.
Now for the sake of consistency, I can not change the format I am using.
Is there any workaround to it.
Thanks in advance.