G
Guest
Hello,
I have this validation expression:
^(?
?:0?[13578]|1[02])|(?:0?[469]|11)(?!\/31)|(?:0?2)(?
?!\/3[01]|\/29\/(?
?:0[^48]|[13579][^26]|[2468][^048])00|(?:\d{2}(?:0[^48]|[13579][^26]|[2468][^048]))))))\/(?:0?[1-9]|[12][0-9]|3[01])\/\d{4}$
This is supposed to match MM/DD/YYYY it is working in all computer except
one in our office. What is problem?
Thanks,
Jim.
I have this validation expression:
^(?



This is supposed to match MM/DD/YYYY it is working in all computer except
one in our office. What is problem?
Thanks,
Jim.