i have the following date vaidation regex pattern:
[0-3]\d-(JAN|FEB|
MAR|APR|MAY|JUN|J UL|
AUG|SEP|OCT|NOV|D EC)
-\d{4}
i now its fine...i think that the days pattern is somewhat wrong isnt it?
i mean you can enter nubers bigger then 31 right?
so any idea how to fix it????
[0-3]\d-(JAN|FEB|
MAR|APR|MAY|JUN|J UL|
AUG|SEP|OCT|NOV|D EC)
-\d{4}
i now its fine...i think that the days pattern is somewhat wrong isnt it?
i mean you can enter nubers bigger then 31 right?
so any idea how to fix it????